#88ABA8

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

Shades of Sea Nymph #88ABA8

Tints of Sea Nymph #88ABA8

Color information

#88ABA8 (or 0x88ABA8) is unknown color: approx Sea Nymph. HEX triplet: 88, AB and A8. RGB value is (136,171,168). Sum of RGB (Red+Green+Blue) = 136+171+168=475 (62% of max value = 765). Red value is 136 (53.52% from 255 or 28.63% from 475); Green value is 171 (67.19% from 255 or 36% from 475); Blue value is 168 (66.02% from 255 or 35.37% from 475); Max value from RGB is 171 - color contains mainly: green. Hex color #88ABA8 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #88ABA8 is #775457. Grayscale: #A0A0A0. Windows color (decimal): -7820376 or 11053960. OLE color: 11053960.

HSL color Cylindrical-coordinate representation of color #88ABA8: hue angle of 174.86º degrees, saturation: 0.17, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #88ABA8 is Cyan = 0.20, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.33.

Color convert

RGB136171168-
CMYK0.2000.020.33
HSL174.86º17.24%60.2%-
HSV(B)174.86º20.47%67.06%-
XYZ31.7837.1942.55-
YUV160.19132.4110.74-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 28.63%
GREEN value IS 171 (67.19% from 255) = 36%
BLUE value IS 168 (66.02% from 255) = 35.37%
R=28.63%
G=36%
B=35.37%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1361711680.2000.020.33174.8617.2460.2
Hex88ABA8140221af113c
Octal2102532502402412572174
Binary100010001010101110101000101000101000011010111110001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88ABA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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