Html Css Color HEX #90EED2 Aquamarine

📋 copy color: '#90EED2'

red 144 ◦ green 238 ◦ blue 210

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

Shades of Aquamarine #90EED2

Tints of Aquamarine #90EED2

RGB

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

 GREEN value IS 238 (93.36% from 255) = 40.2%

 BLUE value IS 210 (82.42% from 255) = 35.47%

R = 24.32%
G = 40.2%
B = 35.47%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.12

 K value IS 0.07

RGB Variations

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

Color information

#90EED2 (or 0x90EED2) is known color: Aquamarine. HEX triplet: 90, EE and D2. RGB value is (144,238,210). Sum of RGB (Red+Green+Blue) = 144+238+210=592 (78% of max value = 765). Red value is 144 (56.64% from 255 or 24.32% from 592); Green value is 238 (93.36% from 255 or 40.20% from 592); Blue value is 210 (82.42% from 255 or 35.47% from 592); Max value from RGB is 238 - color contains mainly: green. Hex color #90EED2 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #90EED2 is #6F112D. Grayscale: #CECECE. Windows color (decimal): -7278894 or 13823632. OLE color: 13823632.

HSL color Cylindrical-coordinate representation of color #90EED2: hue angle of 162.13º degrees, saturation: 0.73, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #90EED2 is Cyan = 0.39, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.07.

Color convert

RGB 144 238 210 -
CMYK 0.39 0 0.12 0.07
HSL 162.13º 0.73% 0.75% -
HSV(B) 162.13º 0.39% 0.93% -
XYZ 53.71 71.73 71.99 -
YUV 206.7 129.86 83.28 -
System Red Green Blue C M Y K H S L
Decimal 144 238 210 0.39 0 0.12 0.07 162.13 0.73 0.75
Hex 90 EE D2 27 0 C 7 A2 49 4B
Octal 220 356 322 47 0 14 7 242 111 113
Binary 10010000 11101110 11010010 100111 0 1100 111 10100010 1001001 1001011

Color Harmonies of #90EED2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90EED2

Black with #90EED2

Text Example


Text Example

White with #90EED2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(144,238,210); }

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

background-color css

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

 a { background-color: rgb(144,238,210); }

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

border-color css

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

 span { border-color: rgb(144,238,210); }

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