#90AAA5

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

Shades of Sea Nymph #90AAA5

Tints of Sea Nymph #90AAA5

Color information

#90AAA5 (or 0x90AAA5) is unknown color: approx Sea Nymph. HEX triplet: 90, AA and A5. RGB value is (144,170,165). Sum of RGB (Red+Green+Blue) = 144+170+165=479 (63% of max value = 765). Red value is 144 (56.64% from 255 or 30.06% from 479); Green value is 170 (66.80% from 255 or 35.49% from 479); Blue value is 165 (64.84% from 255 or 34.45% from 479); Max value from RGB is 170 - color contains mainly: green. Hex color #90AAA5 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #90AAA5 is #6F555A. Grayscale: #A1A1A1. Windows color (decimal): -7296347 or 10857104. OLE color: 10857104.

HSL color Cylindrical-coordinate representation of color #90AAA5: hue angle of 168.46º degrees, saturation: 0.13, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #90AAA5 is Cyan = 0.15, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.33.

Color convert

RGB144170165-
CMYK0.1500.030.33
HSL168.46º13.27%61.57%-
HSV(B)168.46º15.29%66.67%-
XYZ32.6737.441.09-
YUV161.66129.89115.41-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 30.06%
GREEN value IS 170 (66.80% from 255) = 35.49%
BLUE value IS 165 (64.84% from 255) = 34.45%
R=30.06%
G=35.49%
B=34.45%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1441701650.1500.030.33168.4613.2761.57
Hex90AAA5F0321a8d3e
Octal2202522451703412501576
Binary1001000010101010101001011111011100001101010001101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90AAA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(144,170,165); }

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

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

 a { background-color: rgb(144,170,165); }

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

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

 span { border-color: rgb(144,170,165); }

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