Html Css Color HEX #90AEA2 Sea Nymph

📋 copy color: '#90AEA2'

red 144 ◦ green 174 ◦ blue 162

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

Shades of Sea Nymph #90AEA2

Tints of Sea Nymph #90AEA2

RGB

 RED value IS 144 (56.64% from 255) = 30%

 GREEN value IS 174 (68.36% from 255) = 36.25%

 BLUE value IS 162 (63.67% from 255) = 33.75%

R = 30%
G = 36.25%
B = 33.75%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.07

 K value IS 0.32

RGB Variations

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

Color information

#90AEA2 (or 0x90AEA2) is known color: Sea Nymph. HEX triplet: 90, AE and A2. RGB value is (144,174,162). Sum of RGB (Red+Green+Blue) = 144+174+162=480 (63% of max value = 765). Red value is 144 (56.64% from 255 or 30% from 480); Green value is 174 (68.36% from 255 or 36.25% from 480); Blue value is 162 (63.67% from 255 or 33.75% from 480); Max value from RGB is 174 - color contains mainly: green. Hex color #90AEA2 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #90AEA2 is #6F515D. Grayscale: #A3A3A3. Windows color (decimal): -7295326 or 10661520. OLE color: 10661520.

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

Color convert

RGB 144 174 162 -
CMYK 0.17 0 0.07 0.32
HSL 156º 0.16% 0.62% -
HSV(B) 156º 0.17% 0.68% -
XYZ 33.16 38.81 39.93 -
YUV 163.66 127.06 113.98 -
System Red Green Blue C M Y K H S L
Decimal 144 174 162 0.17 0 0.07 0.32 156 0.16 0.62
Hex 90 AE A2 11 0 7 20 9C 10 3E
Octal 220 256 242 21 0 7 40 234 20 76
Binary 10010000 10101110 10100010 10001 0 111 100000 10011100 10000 111110

Color Harmonies of #90AEA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90AEA2

Black with #90AEA2

Text Example


Text Example

White with #90AEA2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #90AEA2;
 }
 .AnyTagClassName
 {
   color: #90AEA2;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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