#90ADA4

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

Shades of Sea Nymph #90ADA4

Tints of Sea Nymph #90ADA4

Color information

#90ADA4 (or 0x90ADA4) is unknown color: approx Sea Nymph. HEX triplet: 90, AD and A4. RGB value is (144,173,164). Sum of RGB (Red+Green+Blue) = 144+173+164=481 (63% of max value = 765). Red value is 144 (56.64% from 255 or 29.94% from 481); Green value is 173 (67.97% from 255 or 35.97% from 481); Blue value is 164 (64.45% from 255 or 34.10% from 481); Max value from RGB is 173 - color contains mainly: green. Hex color #90ADA4 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #90ADA4 is #6F525B. Grayscale: #A3A3A3. Windows color (decimal): -7295580 or 10792336. OLE color: 10792336.

HSL color Cylindrical-coordinate representation of color #90ADA4: hue angle of 161.38º degrees, saturation: 0.15, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #90ADA4 is Cyan = 0.17, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.32.

Color convert

RGB144173164-
CMYK0.1700.050.32
HSL161.38º15.03%62.16%-
HSV(B)161.38º16.76%67.84%-
XYZ33.1538.540.81-
YUV163.3128.39114.23-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 29.94%
GREEN value IS 173 (67.97% from 255) = 35.97%
BLUE value IS 164 (64.45% from 255) = 34.10%
R=29.94%
G=35.97%
B=34.10%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1441731640.1700.050.32161.3815.0362.16
Hex90ADA4110520a1f3e
Octal2202552442105402411776
Binary100100001010110110100100100010101100000101000011111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90ADA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #90ADA4; }

 p { color: rgb(144,173,164); }

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

<style>
 a { background-color: #90ADA4; }

 a { background-color: rgb(144,173,164); }

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

<style>
 span { border-color: #90ADA4; }

 span { border-color: rgb(144,173,164); }

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