#88BBAF

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

Shades of Sea Nymph #88BBAF

Tints of Sea Nymph #88BBAF

Color information

#88BBAF (or 0x88BBAF) is unknown color: approx Sea Nymph. HEX triplet: 88, BB and AF. RGB value is (136,187,175). Sum of RGB (Red+Green+Blue) = 136+187+175=498 (65% of max value = 765). Red value is 136 (53.52% from 255 or 27.31% from 498); Green value is 187 (73.44% from 255 or 37.55% from 498); Blue value is 175 (68.75% from 255 or 35.14% from 498); Max value from RGB is 187 - color contains mainly: green. Hex color #88BBAF is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #88BBAF is #774450. Grayscale: #AAAAAA. Windows color (decimal): -7816273 or 11516808. OLE color: 11516808.

HSL color Cylindrical-coordinate representation of color #88BBAF: hue angle of 165.88º degrees, saturation: 0.27, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #88BBAF is Cyan = 0.27, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.27.

Color convert

RGB136187175-
CMYK0.2700.060.27
HSL165.88º27.27%63.33%-
HSV(B)165.88º27.27%73.33%-
XYZ35.6643.8747.15-
YUV170.38130.6103.48-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 27.31%
GREEN value IS 187 (73.44% from 255) = 37.55%
BLUE value IS 175 (68.75% from 255) = 35.14%
R=27.31%
G=37.55%
B=35.14%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1361871750.2700.060.27165.8827.2763.33
Hex88BBAF1B061Ba61b3f
Octal2102732573306332463377
Binary100010001011101110101111110110110110111010011011011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88BBAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(136,187,175); }

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

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

 a { background-color: rgb(136,187,175); }

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

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

 span { border-color: rgb(136,187,175); }

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