Html Css Color HEX #90EED5 Aquamarine

📋 copy color: '#90EED5'

red 144 ◦ green 238 ◦ blue 213

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

Shades of Aquamarine #90EED5

Tints of Aquamarine #90EED5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 35.8%

R = 24.2%
G = 40%
B = 35.8%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.11

 K value IS 0.07

RGB Variations

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

Color information

#90EED5 (or 0x90EED5) is known color: Aquamarine. HEX triplet: 90, EE and D5. RGB value is (144,238,213). Sum of RGB (Red+Green+Blue) = 144+238+213=595 (78% of max value = 765). Red value is 144 (56.64% from 255 or 24.20% from 595); Green value is 238 (93.36% from 255 or 40% from 595); Blue value is 213 (83.59% from 255 or 35.80% from 595); Max value from RGB is 238 - color contains mainly: green. Hex color #90EED5 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #90EED5 is #6F112A. Grayscale: #CFCFCF. Windows color (decimal): -7278891 or 14020240. OLE color: 14020240.

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

Color convert

RGB 144 238 213 -
CMYK 0.39 0 0.11 0.07
HSL 164.04º 0.73% 0.75% -
HSV(B) 164.04º 0.39% 0.93% -
XYZ 54.09 71.88 73.97 -
YUV 207.04 131.36 83.03 -
System Red Green Blue C M Y K H S L
Decimal 144 238 213 0.39 0 0.11 0.07 164.04 0.73 0.75
Hex 90 EE D5 27 0 B 7 A4 49 4B
Octal 220 356 325 47 0 13 7 244 111 113
Binary 10010000 11101110 11010101 100111 0 1011 111 10100100 1001001 1001011

Color Harmonies of #90EED5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90EED5

Black with #90EED5

Text Example


Text Example

White with #90EED5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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