Html Css Color HEX #88BFAA Sea Nymph

📋 copy color: '#88BFAA'

red 136 ◦ green 191 ◦ blue 170

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

Shades of Sea Nymph #88BFAA

Tints of Sea Nymph #88BFAA

RGB

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

 GREEN value IS 191 (75% from 255) = 38.43%

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

R = 27.36%
G = 38.43%
B = 34.21%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.11

 K value IS 0.25

RGB Variations

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

Color information

#88BFAA (or 0x88BFAA) is known color: Sea Nymph. HEX triplet: 88, BF and AA. RGB value is (136,191,170). Sum of RGB (Red+Green+Blue) = 136+191+170=497 (65% of max value = 765). Red value is 136 (53.52% from 255 or 27.36% from 497); Green value is 191 (75% from 255 or 38.43% from 497); Blue value is 170 (66.80% from 255 or 34.21% from 497); Max value from RGB is 191 - color contains mainly: green. Hex color #88BFAA is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #88BFAA is #774055. Grayscale: #ACACAC. Windows color (decimal): -7815254 or 11190152. OLE color: 11190152.

HSL color Cylindrical-coordinate representation of color #88BFAA: hue angle of 157.09º degrees, saturation: 0.3, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #88BFAA is Cyan = 0.29, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.25.

Color convert

RGB 136 191 170 -
CMYK 0.29 0 0.11 0.25
HSL 157.09º 0.3% 0.64% -
HSV(B) 157.09º 0.29% 0.75% -
XYZ 36.04 45.4 44.89 -
YUV 172.16 126.78 102.21 -
System Red Green Blue C M Y K H S L
Decimal 136 191 170 0.29 0 0.11 0.25 157.09 0.3 0.64
Hex 88 BF AA 1D 0 B 19 9D 1E 40
Octal 210 277 252 35 0 13 31 235 36 100
Binary 10001000 10111111 10101010 11101 0 1011 11001 10011101 11110 1000000

Color Harmonies of #88BFAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88BFAA

Black with #88BFAA

Text Example


Text Example

White with #88BFAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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