#90AEAA

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

Shades of Sea Nymph #90AEAA

Tints of Sea Nymph #90AEAA

Color information

#90AEAA (or 0x90AEAA) is unknown color: approx Sea Nymph. HEX triplet: 90, AE and AA. RGB value is (144,174,170). Sum of RGB (Red+Green+Blue) = 144+174+170=488 (64% of max value = 765). Red value is 144 (56.64% from 255 or 29.51% from 488); Green value is 174 (68.36% from 255 or 35.66% from 488); Blue value is 170 (66.80% from 255 or 34.84% from 488); Max value from RGB is 174 - color contains mainly: green. Hex color #90AEAA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #90AEAA is #6F5155. Grayscale: #A4A4A4. Windows color (decimal): -7295318 or 11185808. OLE color: 11185808.

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

Color convert

RGB144174170-
CMYK0.1700.020.32
HSL172º15.62%62.35%-
HSV(B)172º17.24%68.24%-
XYZ33.8939.143.79-
YUV164.57131.06113.33-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 29.51%
GREEN value IS 174 (68.36% from 255) = 35.66%
BLUE value IS 170 (66.80% from 255) = 34.84%
R=29.51%
G=35.66%
B=34.84%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1441741700.1700.020.3217215.6262.35
Hex90AEAA110220ac103e
Octal2202562522102402542076
Binary100100001010111010101010100010101000001010110010000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90AEAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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