#88ACA1

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

Shades of Sea Nymph #88ACA1

Tints of Sea Nymph #88ACA1

Color information

#88ACA1 (or 0x88ACA1) is unknown color: approx Sea Nymph. HEX triplet: 88, AC and A1. RGB value is (136,172,161). Sum of RGB (Red+Green+Blue) = 136+172+161=469 (62% of max value = 765). Red value is 136 (53.52% from 255 or 29.00% from 469); Green value is 172 (67.58% from 255 or 36.67% from 469); Blue value is 161 (63.28% from 255 or 34.33% from 469); Max value from RGB is 172 - color contains mainly: green. Hex color #88ACA1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #88ACA1 is #77535E. Grayscale: #9F9F9F. Windows color (decimal): -7820127 or 10595464. OLE color: 10595464.

HSL color Cylindrical-coordinate representation of color #88ACA1: hue angle of 161.67º degrees, saturation: 0.18, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #88ACA1 is Cyan = 0.21, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.33.

Color convert

RGB136172161-
CMYK0.2100.060.33
HSL161.67º17.82%60.39%-
HSV(B)161.67º20.93%67.45%-
XYZ31.3437.3139.27-
YUV159.98128.57110.89-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 29.00%
GREEN value IS 172 (67.58% from 255) = 36.67%
BLUE value IS 161 (63.28% from 255) = 34.33%
R=29.00%
G=36.67%
B=34.33%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1361721610.2100.060.33161.6717.8260.39
Hex88ACA1150621a2123c
Octal2102542412506412422274
Binary1000100010101100101000011010101101000011010001010010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88ACA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(136,172,161); }

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

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

 a { background-color: rgb(136,172,161); }

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

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

 span { border-color: rgb(136,172,161); }

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