#88B6A2

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

Shades of Sea Nymph #88B6A2

Tints of Sea Nymph #88B6A2

Color information

#88B6A2 (or 0x88B6A2) is unknown color: approx Sea Nymph. HEX triplet: 88, B6 and A2. RGB value is (136,182,162). Sum of RGB (Red+Green+Blue) = 136+182+162=480 (63% of max value = 765). Red value is 136 (53.52% from 255 or 28.33% from 480); Green value is 182 (71.48% from 255 or 37.92% from 480); Blue value is 162 (63.67% from 255 or 33.75% from 480); Max value from RGB is 182 - color contains mainly: green. Hex color #88B6A2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #88B6A2 is #77495D. Grayscale: #A6A6A6. Windows color (decimal): -7817566 or 10663560. OLE color: 10663560.

HSL color Cylindrical-coordinate representation of color #88B6A2: hue angle of 153.91º 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 #88B6A2 is Cyan = 0.25, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.29.

Color convert

RGB136182162-
CMYK0.2500.110.29
HSL153.91º23.96%62.35%-
HSV(B)153.91º25.27%71.37%-
XYZ33.441.340.39-
YUV165.97125.76106.63-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 28.33%
GREEN value IS 182 (71.48% from 255) = 37.92%
BLUE value IS 162 (63.67% from 255) = 33.75%
R=28.33%
G=37.92%
B=33.75%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1361821620.2500.110.29153.9123.9662.35
Hex88B6A2190B1D9a183e
Octal21026624231013352323076
Binary1000100010110110101000101100101011111011001101011000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88B6A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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