Html Css Color HEX #90AEAA Sea Nymph

📋 copy color: '#90AEAA'

red 144 ◦ green 174 ◦ blue 170

#90AEAA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Sea Nymph #90AEAA

Tints of Sea Nymph #90AEAA

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.8% from 255) = 34.84%

R = 29.51%
G = 35.66%
B = 34.84%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.02

 K value IS 0.32

RGB Variations

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

Color information

#90AEAA (or 0x90AEAA) is known color: 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

RGB 144 174 170 -
CMYK 0.17 0 0.02 0.32
HSL 172º 0.16% 0.62% -
HSV(B) 172º 0.17% 0.68% -
XYZ 33.89 39.1 43.79 -
YUV 164.57 131.06 113.33 -
System Red Green Blue C M Y K H S L
Decimal 144 174 170 0.17 0 0.02 0.32 172 0.16 0.62
Hex 90 AE AA 11 0 2 20 AC 10 3E
Octal 220 256 252 21 0 2 40 254 20 76
Binary 10010000 10101110 10101010 10001 0 10 100000 10101100 10000 111110

Color Harmonies of #90AEAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90AEAA

Black with #90AEAA

Text Example


Text Example

White with #90AEAA

Text Example


Text Example

HTML Codes & Css Web 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>