Html Css Color HEX #88B8A4 Sea Nymph

📋 copy color: '#88B8A4'

red 136 ◦ green 184 ◦ blue 164

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

Shades of Sea Nymph #88B8A4

Tints of Sea Nymph #88B8A4

RGB

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

 GREEN value IS 184 (72.27% from 255) = 38.02%

 BLUE value IS 164 (64.45% from 255) = 33.88%

R = 28.1%
G = 38.02%
B = 33.88%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.11

 K value IS 0.28

RGB Variations

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

Color information

#88B8A4 (or 0x88B8A4) is known color: Sea Nymph. HEX triplet: 88, B8 and A4. RGB value is (136,184,164). Sum of RGB (Red+Green+Blue) = 136+184+164=484 (64% of max value = 765). Red value is 136 (53.52% from 255 or 28.10% from 484); Green value is 184 (72.27% from 255 or 38.02% from 484); Blue value is 164 (64.45% from 255 or 33.88% from 484); Max value from RGB is 184 - color contains mainly: green. Hex color #88B8A4 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #88B8A4 is #77475B. Grayscale: #A7A7A7. Windows color (decimal): -7817052 or 10795144. OLE color: 10795144.

HSL color Cylindrical-coordinate representation of color #88B8A4: hue angle of 155º degrees, saturation: 0.25, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #88B8A4 is Cyan = 0.26, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.28.

Color convert

RGB 136 184 164 -
CMYK 0.26 0 0.11 0.28
HSL 155º 0.25% 0.63% -
HSV(B) 155º 0.26% 0.72% -
XYZ 33.99 42.2 41.47 -
YUV 167.37 126.1 105.63 -
System Red Green Blue C M Y K H S L
Decimal 136 184 164 0.26 0 0.11 0.28 155 0.25 0.63
Hex 88 B8 A4 1A 0 B 1C 9B 19 3F
Octal 210 270 244 32 0 13 34 233 31 77
Binary 10001000 10111000 10100100 11010 0 1011 11100 10011011 11001 111111

Color Harmonies of #88B8A4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88B8A4

Black with #88B8A4

Text Example


Text Example

White with #88B8A4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(136,184,164); }

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

background-color css

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

 a { background-color: rgb(136,184,164); }

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

border-color css

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

 span { border-color: rgb(136,184,164); }

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