Html Css Color HEX #88BAAC Sea Nymph

📋 copy color: '#88BAAC'

red 136 ◦ green 186 ◦ blue 172

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

Shades of Sea Nymph #88BAAC

Tints of Sea Nymph #88BAAC

RGB

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

 GREEN value IS 186 (73.05% from 255) = 37.65%

 BLUE value IS 172 (67.58% from 255) = 34.82%

R = 27.53%
G = 37.65%
B = 34.82%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.08

 K value IS 0.27

RGB Variations

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

Color information

#88BAAC (or 0x88BAAC) is known color: Sea Nymph. HEX triplet: 88, BA and AC. RGB value is (136,186,172). Sum of RGB (Red+Green+Blue) = 136+186+172=494 (65% of max value = 765). Red value is 136 (53.52% from 255 or 27.53% from 494); Green value is 186 (73.05% from 255 or 37.65% from 494); Blue value is 172 (67.58% from 255 or 34.82% from 494); Max value from RGB is 186 - color contains mainly: green. Hex color #88BAAC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #88BAAC is #774553. Grayscale: #A9A9A9. Windows color (decimal): -7816532 or 11319944. OLE color: 11319944.

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

Color convert

RGB 136 186 172 -
CMYK 0.27 0 0.08 0.27
HSL 163.2º 0.27% 0.63% -
HSV(B) 163.2º 0.27% 0.73% -
XYZ 35.16 43.33 45.54 -
YUV 169.45 129.44 104.14 -
System Red Green Blue C M Y K H S L
Decimal 136 186 172 0.27 0 0.08 0.27 163.2 0.27 0.63
Hex 88 BA AC 1B 0 8 1B A3 1B 3F
Octal 210 272 254 33 0 10 33 243 33 77
Binary 10001000 10111010 10101100 11011 0 1000 11011 10100011 11011 111111

Color Harmonies of #88BAAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88BAAC

Black with #88BAAC

Text Example


Text Example

White with #88BAAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(136,186,172); }

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

background-color css

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

 a { background-color: rgb(136,186,172); }

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

border-color css

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

 span { border-color: rgb(136,186,172); }

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