#88AAA5

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

Shades of Sea Nymph #88AAA5

Tints of Sea Nymph #88AAA5

Color information

#88AAA5 (or 0x88AAA5) is unknown color: approx Sea Nymph. HEX triplet: 88, AA and A5. RGB value is (136,170,165). Sum of RGB (Red+Green+Blue) = 136+170+165=471 (62% of max value = 765). Red value is 136 (53.52% from 255 or 28.87% from 471); Green value is 170 (66.80% from 255 or 36.09% from 471); Blue value is 165 (64.84% from 255 or 35.03% from 471); Max value from RGB is 170 - color contains mainly: green. Hex color #88AAA5 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #88AAA5 is #77555A. Grayscale: #9F9F9F. Windows color (decimal): -7820635 or 10857096. OLE color: 10857096.

HSL color Cylindrical-coordinate representation of color #88AAA5: hue angle of 171.18º 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 #88AAA5 is Cyan = 0.20, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.33.

Color convert

RGB136170165-
CMYK0.2000.030.33
HSL171.18º16.67%60%-
HSV(B)171.18º20%66.67%-
XYZ31.3236.741.03-
YUV159.26131.24111.41-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 28.87%
GREEN value IS 170 (66.80% from 255) = 36.09%
BLUE value IS 165 (64.84% from 255) = 35.03%
R=28.87%
G=36.09%
B=35.03%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1361701650.2000.030.33171.1816.6760
Hex88AAA5140321ab113c
Octal2102522452403412532174
Binary100010001010101010100101101000111000011010101110001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88AAA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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