Html Css Color HEX #90EED0 Aquamarine

📋 copy color: '#90EED0'

red 144 ◦ green 238 ◦ blue 208

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

Shades of Aquamarine #90EED0

Tints of Aquamarine #90EED0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 35.25%

R = 24.41%
G = 40.34%
B = 35.25%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.13

 K value IS 0.07

RGB Variations

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

Color information

#90EED0 (or 0x90EED0) is known color: Aquamarine. HEX triplet: 90, EE and D0. RGB value is (144,238,208). Sum of RGB (Red+Green+Blue) = 144+238+208=590 (78% of max value = 765). Red value is 144 (56.64% from 255 or 24.41% from 590); Green value is 238 (93.36% from 255 or 40.34% from 590); Blue value is 208 (81.64% from 255 or 35.25% from 590); Max value from RGB is 238 - color contains mainly: green. Hex color #90EED0 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #90EED0 is #6F112F. Grayscale: #CECECE. Windows color (decimal): -7278896 or 13692560. OLE color: 13692560.

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

Color convert

RGB 144 238 208 -
CMYK 0.39 0 0.13 0.07
HSL 160.85º 0.73% 0.75% -
HSV(B) 160.85º 0.39% 0.93% -
XYZ 53.46 71.63 70.68 -
YUV 206.47 128.86 83.44 -
System Red Green Blue C M Y K H S L
Decimal 144 238 208 0.39 0 0.13 0.07 160.85 0.73 0.75
Hex 90 EE D0 27 0 D 7 A1 49 4B
Octal 220 356 320 47 0 15 7 241 111 113
Binary 10010000 11101110 11010000 100111 0 1101 111 10100001 1001001 1001011

Color Harmonies of #90EED0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90EED0

Black with #90EED0

Text Example


Text Example

White with #90EED0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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