Html Css Color HEX #90EECA Aquamarine

📋 copy color: '#90EECA'

red 144 ◦ green 238 ◦ blue 202

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

Shades of Aquamarine #90EECA

Tints of Aquamarine #90EECA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 34.59%

R = 24.66%
G = 40.75%
B = 34.59%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.15

 K value IS 0.07

RGB Variations

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

Color information

#90EECA (or 0x90EECA) is known color: Aquamarine. HEX triplet: 90, EE and CA. RGB value is (144,238,202). Sum of RGB (Red+Green+Blue) = 144+238+202=584 (77% of max value = 765). Red value is 144 (56.64% from 255 or 24.66% from 584); Green value is 238 (93.36% from 255 or 40.75% from 584); Blue value is 202 (79.30% from 255 or 34.59% from 584); Max value from RGB is 238 - color contains mainly: green. Hex color #90EECA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #90EECA is #6F1135. Grayscale: #CDCDCD. Windows color (decimal): -7278902 or 13299344. OLE color: 13299344.

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

Color convert

RGB 144 238 202 -
CMYK 0.39 0 0.15 0.07
HSL 157.02º 0.73% 0.75% -
HSV(B) 157.02º 0.39% 0.93% -
XYZ 52.74 71.34 66.87 -
YUV 205.79 125.86 83.93 -
System Red Green Blue C M Y K H S L
Decimal 144 238 202 0.39 0 0.15 0.07 157.02 0.73 0.75
Hex 90 EE CA 27 0 F 7 9D 49 4B
Octal 220 356 312 47 0 17 7 235 111 113
Binary 10010000 11101110 11001010 100111 0 1111 111 10011101 1001001 1001011

Color Harmonies of #90EECA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90EECA

Black with #90EECA

Text Example


Text Example

White with #90EECA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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