#88ADAA

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

Shades of Sea Nymph #88ADAA

Tints of Sea Nymph #88ADAA

Color information

#88ADAA (or 0x88ADAA) is unknown color: approx Sea Nymph. HEX triplet: 88, AD and AA. RGB value is (136,173,170). Sum of RGB (Red+Green+Blue) = 136+173+170=479 (63% of max value = 765). Red value is 136 (53.52% from 255 or 28.39% from 479); Green value is 173 (67.97% from 255 or 36.12% from 479); Blue value is 170 (66.80% from 255 or 35.49% from 479); Max value from RGB is 173 - color contains mainly: green. Hex color #88ADAA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #88ADAA is #775255. Grayscale: #A1A1A1. Windows color (decimal): -7819862 or 11185544. OLE color: 11185544.

HSL color Cylindrical-coordinate representation of color #88ADAA: hue angle of 175.14º degrees, saturation: 0.18, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #88ADAA is Cyan = 0.21, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.32.

Color convert

RGB136173170-
CMYK0.2100.020.32
HSL175.14º18.41%60.59%-
HSV(B)175.14º21.39%67.84%-
XYZ32.3538.0243.66-
YUV161.59132.74109.74-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 28.39%
GREEN value IS 173 (67.97% from 255) = 36.12%
BLUE value IS 170 (66.80% from 255) = 35.49%
R=28.39%
G=36.12%
B=35.49%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1361731700.2100.020.32175.1418.4160.59
Hex88ADAA150220af123d
Octal2102552522502402572275
Binary100010001010110110101010101010101000001010111110010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88ADAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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