#88B6A4

Color #88B6A4 Sea Nymph (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sea Nymph #88B6A4

Tints of Sea Nymph #88B6A4

Color information

#88B6A4 (or 0x88B6A4) is unknown color: approx Sea Nymph. HEX triplet: 88, B6 and A4. RGB value is (136,182,164). Sum of RGB (Red+Green+Blue) = 136+182+164=482 (63% of max value = 765). Red value is 136 (53.52% from 255 or 28.22% from 482); Green value is 182 (71.48% from 255 or 37.76% from 482); Blue value is 164 (64.45% from 255 or 34.02% from 482); Max value from RGB is 182 - color contains mainly: green. Hex color #88B6A4 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #88B6A4 is #77495B. Grayscale: #A6A6A6. Windows color (decimal): -7817564 or 10794632. OLE color: 10794632.

HSL color Cylindrical-coordinate representation of color #88B6A4: hue angle of 156.52º degrees, saturation: 0.24, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #88B6A4 is Cyan = 0.25, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.29.

Color convert

RGB136182164-
CMYK0.2500.100.29
HSL156.52º23.96%62.35%-
HSV(B)156.52º25.27%71.37%-
XYZ33.5841.3741.34-
YUV166.19126.76106.46-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 28.22%
GREEN value IS 182 (71.48% from 255) = 37.76%
BLUE value IS 164 (64.45% from 255) = 34.02%
R=28.22%
G=37.76%
B=34.02%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1361821640.2500.100.29156.5223.9662.35
Hex88B6A4190A1D9d183e
Octal21026624431012352353076
Binary1000100010110110101001001100101010111011001110111000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88B6A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #88B6A4;
 }
 .AnyTagClassName
 {
   color: #88B6A4;
 }
</style>
background-color css

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

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

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

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

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

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