#88ADA5

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

Shades of Sea Nymph #88ADA5

Tints of Sea Nymph #88ADA5

Color information

#88ADA5 (or 0x88ADA5) is unknown color: approx Sea Nymph. HEX triplet: 88, AD and A5. RGB value is (136,173,165). Sum of RGB (Red+Green+Blue) = 136+173+165=474 (62% of max value = 765). Red value is 136 (53.52% from 255 or 28.69% from 474); Green value is 173 (67.97% from 255 or 36.50% from 474); Blue value is 165 (64.84% from 255 or 34.81% from 474); Max value from RGB is 173 - color contains mainly: green. Hex color #88ADA5 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #88ADA5 is #77525A. Grayscale: #A1A1A1. Windows color (decimal): -7819867 or 10857864. OLE color: 10857864.

HSL color Cylindrical-coordinate representation of color #88ADA5: hue angle of 167.03º 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 #88ADA5 is Cyan = 0.21, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.32.

Color convert

RGB136173165-
CMYK0.2100.050.32
HSL167.03º18.41%60.59%-
HSV(B)167.03º21.39%67.84%-
XYZ31.8937.8441.22-
YUV161.02130.24110.15-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 28.69%
GREEN value IS 173 (67.97% from 255) = 36.50%
BLUE value IS 165 (64.84% from 255) = 34.81%
R=28.69%
G=36.50%
B=34.81%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1361731650.2100.050.32167.0318.4160.59
Hex88ADA5150520a7123d
Octal2102552452505402472275
Binary1000100010101101101001011010101011000001010011110010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88ADA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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