Html Css Color HEX #88BBAA Sea Nymph

📋 copy color: '#88BBAA'

red 136 ◦ green 187 ◦ blue 170

#88BBAA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Sea Nymph #88BBAA

Tints of Sea Nymph #88BBAA

RGB

 RED value IS 136 (53.52% from 255) = 27.59%

 GREEN value IS 187 (73.44% from 255) = 37.93%

 BLUE value IS 170 (66.8% from 255) = 34.48%

R = 27.59%
G = 37.93%
B = 34.48%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.09

 K value IS 0.27

RGB Variations

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

Color information

#88BBAA (or 0x88BBAA) is known color: Sea Nymph. HEX triplet: 88, BB and AA. RGB value is (136,187,170). Sum of RGB (Red+Green+Blue) = 136+187+170=493 (65% of max value = 765). Red value is 136 (53.52% from 255 or 27.59% from 493); Green value is 187 (73.44% from 255 or 37.93% from 493); Blue value is 170 (66.80% from 255 or 34.48% from 493); Max value from RGB is 187 - color contains mainly: green. Hex color #88BBAA is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #88BBAA is #774455. Grayscale: #A9A9A9. Windows color (decimal): -7816278 or 11189128. OLE color: 11189128.

HSL color Cylindrical-coordinate representation of color #88BBAA: hue angle of 160º 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 #88BBAA is Cyan = 0.27, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.27.

Color convert

RGB 136 187 170 -
CMYK 0.27 0 0.09 0.27
HSL 160º 0.27% 0.63% -
HSV(B) 160º 0.27% 0.73% -
XYZ 35.18 43.68 44.61 -
YUV 169.81 128.1 103.88 -
System Red Green Blue C M Y K H S L
Decimal 136 187 170 0.27 0 0.09 0.27 160 0.27 0.63
Hex 88 BB AA 1B 0 9 1B A0 1B 3F
Octal 210 273 252 33 0 11 33 240 33 77
Binary 10001000 10111011 10101010 11011 0 1001 11011 10100000 11011 111111

Color Harmonies of #88BBAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88BBAA

Black with #88BBAA

Text Example


Text Example

White with #88BBAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #88BBAA;
 }
 .AnyTagClassName
 {
   color: #88BBAA;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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