Html Css Color HEX #88BCAA Sea Nymph

📋 copy color: '#88BCAA'

red 136 ◦ green 188 ◦ blue 170

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

Shades of Sea Nymph #88BCAA

Tints of Sea Nymph #88BCAA

RGB

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

 GREEN value IS 188 (73.83% from 255) = 38.06%

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

R = 27.53%
G = 38.06%
B = 34.41%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.10

 K value IS 0.26

RGB Variations

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

Color information

#88BCAA (or 0x88BCAA) is known color: Sea Nymph. HEX triplet: 88, BC and AA. RGB value is (136,188,170). Sum of RGB (Red+Green+Blue) = 136+188+170=494 (65% of max value = 765). Red value is 136 (53.52% from 255 or 27.53% from 494); Green value is 188 (73.83% from 255 or 38.06% from 494); Blue value is 170 (66.80% from 255 or 34.41% from 494); Max value from RGB is 188 - color contains mainly: green. Hex color #88BCAA is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #88BCAA is #774355. Grayscale: #AAAAAA. Windows color (decimal): -7816022 or 11189384. OLE color: 11189384.

HSL color Cylindrical-coordinate representation of color #88BCAA: hue angle of 159.23º degrees, saturation: 0.28, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #88BCAA is Cyan = 0.28, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.26.

Color convert

RGB 136 188 170 -
CMYK 0.28 0 0.10 0.26
HSL 159.23º 0.28% 0.64% -
HSV(B) 159.23º 0.28% 0.74% -
XYZ 35.39 44.1 44.68 -
YUV 170.4 127.77 103.46 -
System Red Green Blue C M Y K H S L
Decimal 136 188 170 0.28 0 0.10 0.26 159.23 0.28 0.64
Hex 88 BC AA 1C 0 A 1A 9F 1C 40
Octal 210 274 252 34 0 12 32 237 34 100
Binary 10001000 10111100 10101010 11100 0 1010 11010 10011111 11100 1000000

Color Harmonies of #88BCAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88BCAA

Black with #88BCAA

Text Example


Text Example

White with #88BCAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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