#88AAA7

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

Shades of Sea Nymph #88AAA7

Tints of Sea Nymph #88AAA7

Color information

#88AAA7 (or 0x88AAA7) is unknown color: approx Sea Nymph. HEX triplet: 88, AA and A7. RGB value is (136,170,167). Sum of RGB (Red+Green+Blue) = 136+170+167=473 (62% of max value = 765). Red value is 136 (53.52% from 255 or 28.75% from 473); Green value is 170 (66.80% from 255 or 35.94% from 473); Blue value is 167 (65.62% from 255 or 35.31% from 473); Max value from RGB is 170 - color contains mainly: green. Hex color #88AAA7 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #88AAA7 is #775558. Grayscale: #9F9F9F. Windows color (decimal): -7820633 or 10988168. OLE color: 10988168.

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

Color convert

RGB136170167-
CMYK0.2000.020.33
HSL174.71º16.67%60%-
HSV(B)174.71º20%66.67%-
XYZ31.536.7742-
YUV159.49132.24111.24-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 28.75%
GREEN value IS 170 (66.80% from 255) = 35.94%
BLUE value IS 167 (65.62% from 255) = 35.31%
R=28.75%
G=35.94%
B=35.31%

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
Decimal1361701670.2000.020.33174.7116.6760
Hex88AAA7140221af113c
Octal2102522472402412572174
Binary100010001010101010100111101000101000011010111110001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88AAA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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