#88B4AB

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

Shades of Sea Nymph #88B4AB

Tints of Sea Nymph #88B4AB

Color information

#88B4AB (or 0x88B4AB) is unknown color: approx Sea Nymph. HEX triplet: 88, B4 and AB. RGB value is (136,180,171). Sum of RGB (Red+Green+Blue) = 136+180+171=487 (64% of max value = 765). Red value is 136 (53.52% from 255 or 27.93% from 487); Green value is 180 (70.70% from 255 or 36.96% from 487); Blue value is 171 (67.19% from 255 or 35.11% from 487); Max value from RGB is 180 - color contains mainly: green. Hex color #88B4AB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #88B4AB is #774B54. Grayscale: #A5A5A5. Windows color (decimal): -7818069 or 11252872. OLE color: 11252872.

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

Color convert

RGB136180171-
CMYK0.2400.050.29
HSL167.73º22.68%61.96%-
HSV(B)167.73º24.44%70.59%-
XYZ33.8340.8244.62-
YUV165.82130.92106.73-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 27.93%
GREEN value IS 180 (70.70% from 255) = 36.96%
BLUE value IS 171 (67.19% from 255) = 35.11%
R=27.93%
G=36.96%
B=35.11%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1361801710.2400.050.29167.7322.6861.96
Hex88B4AB18051Da8173e
Octal2102642533005352502776
Binary100010001011010010101011110000101111011010100010111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88B4AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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