#90ADA3

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

Shades of Sea Nymph #90ADA3

Tints of Sea Nymph #90ADA3

Color information

#90ADA3 (or 0x90ADA3) is unknown color: approx Sea Nymph. HEX triplet: 90, AD and A3. RGB value is (144,173,163). Sum of RGB (Red+Green+Blue) = 144+173+163=480 (63% of max value = 765). Red value is 144 (56.64% from 255 or 30% from 480); Green value is 173 (67.97% from 255 or 36.04% from 480); Blue value is 163 (64.06% from 255 or 33.96% from 480); Max value from RGB is 173 - color contains mainly: green. Hex color #90ADA3 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #90ADA3 is #6F525C. Grayscale: #A3A3A3. Windows color (decimal): -7295581 or 10726800. OLE color: 10726800.

HSL color Cylindrical-coordinate representation of color #90ADA3: hue angle of 159.31º 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 #90ADA3 is Cyan = 0.17, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.32.

Color convert

RGB144173163-
CMYK0.1700.060.32
HSL159.31º15.03%62.16%-
HSV(B)159.31º16.76%67.84%-
XYZ33.0638.4640.33-
YUV163.19127.89114.31-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 30%
GREEN value IS 173 (67.97% from 255) = 36.04%
BLUE value IS 163 (64.06% from 255) = 33.96%
R=30%
G=36.04%
B=33.96%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1441731630.1700.060.32159.3115.0362.16
Hex90ADA31106209ff3e
Octal2202552432106402371776
Binary100100001010110110100011100010110100000100111111111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90ADA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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