#88B4AD

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

Shades of Sea Nymph #88B4AD

Tints of Sea Nymph #88B4AD

Color information

#88B4AD (or 0x88B4AD) is unknown color: approx Sea Nymph. HEX triplet: 88, B4 and AD. RGB value is (136,180,173). Sum of RGB (Red+Green+Blue) = 136+180+173=489 (64% of max value = 765). Red value is 136 (53.52% from 255 or 27.81% from 489); Green value is 180 (70.70% from 255 or 36.81% from 489); Blue value is 173 (67.97% from 255 or 35.38% from 489); Max value from RGB is 180 - color contains mainly: green. Hex color #88B4AD is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #88B4AD is #774B52. Grayscale: #A6A6A6. Windows color (decimal): -7818067 or 11383944. OLE color: 11383944.

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

Color convert

RGB136180173-
CMYK0.2400.040.29
HSL170.45º22.68%61.96%-
HSV(B)170.45º24.44%70.59%-
XYZ34.0240.8945.64-
YUV166.05131.92106.57-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 27.81%
GREEN value IS 180 (70.70% from 255) = 36.81%
BLUE value IS 173 (67.97% from 255) = 35.38%
R=27.81%
G=36.81%
B=35.38%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1361801730.2400.040.29170.4522.6861.96
Hex88B4AD18041Daa173e
Octal2102642553004352522776
Binary100010001011010010101101110000100111011010101010111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88B4AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(136,180,173); }

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

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

 a { background-color: rgb(136,180,173); }

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

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

 span { border-color: rgb(136,180,173); }

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