#88B4AE

Color #88B4AE Sea Nymph (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sea Nymph #88B4AE

Tints of Sea Nymph #88B4AE

Color information

#88B4AE (or 0x88B4AE) is unknown color: approx Sea Nymph. HEX triplet: 88, B4 and AE. RGB value is (136,180,174). Sum of RGB (Red+Green+Blue) = 136+180+174=490 (64% of max value = 765). Red value is 136 (53.52% from 255 or 27.76% from 490); Green value is 180 (70.70% from 255 or 36.73% from 490); Blue value is 174 (68.36% from 255 or 35.51% from 490); Max value from RGB is 180 - color contains mainly: green. Hex color #88B4AE is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #88B4AE is #774B51. Grayscale: #A6A6A6. Windows color (decimal): -7818066 or 11449480. OLE color: 11449480.

HSL color Cylindrical-coordinate representation of color #88B4AE: hue angle of 171.82º degrees, saturation: 0.23, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #88B4AE is Cyan = 0.24, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.29.

Color convert

RGB136180174-
CMYK0.2400.030.29
HSL171.82º22.68%61.96%-
HSV(B)171.82º24.44%70.59%-
XYZ34.1140.9346.15-
YUV166.16132.42106.49-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 136 (53.52% from 255) = 27.76%
GREEN value IS 180 (70.70% from 255) = 36.73%
BLUE value IS 174 (68.36% from 255) = 35.51%
R=27.76%
G=36.73%
B=35.51%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1361801740.2400.030.29171.8222.6861.96
Hex88B4AE18031Dac173e
Octal2102642563003352542776
Binary10001000101101001010111011000011111011010110010111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88B4AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #88B4AE; }

 p { color: rgb(136,180,174); }

 H1.HeaderClassName
 {
   color: #88B4AE;
 }
 .AnyTagClassName
 {
   color: #88B4AE;
 }
</style>
background-color css

<style>
 a { background-color: #88B4AE; }

 a { background-color: rgb(136,180,174); }

 div.DivClassName
 {
   background-color: #88B4AE;
 }
 .BgClassName
 {
   background-color: #88B4AE;
 }
</style>
border-color css

<style>
 span { border-color: #88B4AE; }

 span { border-color: rgb(136,180,174); }

 td.TdClassName
 {
   border-color: #88B4AE;
 }
 .TagClassName
 {
   border-color: #88B4AE;
 }
</style>