#88B4AA

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

Shades of Sea Nymph #88B4AA

Tints of Sea Nymph #88B4AA

Color information

#88B4AA (or 0x88B4AA) is unknown color: approx Sea Nymph. HEX triplet: 88, B4 and AA. RGB value is (136,180,170). Sum of RGB (Red+Green+Blue) = 136+180+170=486 (64% of max value = 765). Red value is 136 (53.52% from 255 or 27.98% from 486); Green value is 180 (70.70% from 255 or 37.04% from 486); Blue value is 170 (66.80% from 255 or 34.98% from 486); Max value from RGB is 180 - color contains mainly: green. Hex color #88B4AA is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #88B4AA is #774B55. Grayscale: #A5A5A5. Windows color (decimal): -7818070 or 11187336. OLE color: 11187336.

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

Color convert

RGB136180170-
CMYK0.2400.060.29
HSL166.36º22.68%61.96%-
HSV(B)166.36º24.44%70.59%-
XYZ33.7340.7844.12-
YUV165.7130.42106.81-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 27.98%
GREEN value IS 180 (70.70% from 255) = 37.04%
BLUE value IS 170 (66.80% from 255) = 34.98%
R=27.98%
G=37.04%
B=34.98%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1361801700.2400.060.29166.3622.6861.96
Hex88B4AA18061Da6173e
Octal2102642523006352462776
Binary100010001011010010101010110000110111011010011010111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88B4AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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