Html Css Color HEX #90FEDA Aquamarine

📋 copy color: '#90FEDA'

red 144 ◦ green 254 ◦ blue 218

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

Shades of Aquamarine #90FEDA

Tints of Aquamarine #90FEDA

RGB

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

 GREEN value IS 254 (99.61% from 255) = 41.23%

 BLUE value IS 218 (85.55% from 255) = 35.39%

R = 23.38%
G = 41.23%
B = 35.39%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.14

 K value IS 0.00

RGB Variations

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

Color information

#90FEDA (or 0x90FEDA) is known color: Aquamarine. HEX triplet: 90, FE and DA. RGB value is (144,254,218). Sum of RGB (Red+Green+Blue) = 144+254+218=616 (81% of max value = 765). Red value is 144 (56.64% from 255 or 23.38% from 616); Green value is 254 (99.61% from 255 or 41.23% from 616); Blue value is 218 (85.55% from 255 or 35.39% from 616); Max value from RGB is 254 - color contains mainly: green. Hex color #90FEDA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #90FEDA is #6F0125. Grayscale: #D9D9D9. Windows color (decimal): -7274790 or 14352016. OLE color: 14352016.

HSL color Cylindrical-coordinate representation of color #90FEDA: hue angle of 160.36º degrees, saturation: 0.98, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #90FEDA is Cyan = 0.43, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.00.

Color convert

RGB 144 254 218 -
CMYK 0.43 0 0.14 0.00
HSL 160.36º 0.98% 0.78% -
HSV(B) 160.36º 0.43% 1% -
XYZ 59.6 81.87 78.99 -
YUV 217.01 128.56 75.93 -
System Red Green Blue C M Y K H S L
Decimal 144 254 218 0.43 0 0.14 0.00 160.36 0.98 0.78
Hex 90 FE DA 2B 0 E 0 A0 62 4E
Octal 220 376 332 53 0 16 0 240 142 116
Binary 10010000 11111110 11011010 101011 0 1110 0 10100000 1100010 1001110

Color Harmonies of #90FEDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90FEDA

Black with #90FEDA

Text Example


Text Example

White with #90FEDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(144,254,218); }

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

background-color css

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

 a { background-color: rgb(144,254,218); }

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

border-color css

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

 span { border-color: rgb(144,254,218); }

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