Html Css Color HEX #90FED2 Aquamarine

📋 copy color: '#90FED2'

red 144 ◦ green 254 ◦ blue 210

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

Shades of Aquamarine #90FED2

Tints of Aquamarine #90FED2

RGB

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

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

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

R = 23.68%
G = 41.78%
B = 34.54%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.17

 K value IS 0.00

RGB Variations

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

Color information

#90FED2 (or 0x90FED2) is known color: Aquamarine. HEX triplet: 90, FE and D2. RGB value is (144,254,210). Sum of RGB (Red+Green+Blue) = 144+254+210=608 (80% of max value = 765). Red value is 144 (56.64% from 255 or 23.68% from 608); Green value is 254 (99.61% from 255 or 41.78% from 608); Blue value is 210 (82.42% from 255 or 34.54% from 608); Max value from RGB is 254 - color contains mainly: green. Hex color #90FED2 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #90FED2 is #6F012D. Grayscale: #D8D8D8. Windows color (decimal): -7274798 or 13827728. OLE color: 13827728.

HSL color Cylindrical-coordinate representation of color #90FED2: hue angle of 156º 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 #90FED2 is Cyan = 0.43, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.00.

Color convert

RGB 144 254 210 -
CMYK 0.43 0 0.17 0.00
HSL 156º 0.98% 0.78% -
HSV(B) 156º 0.43% 1% -
XYZ 58.58 81.47 73.61 -
YUV 216.09 124.56 76.58 -
System Red Green Blue C M Y K H S L
Decimal 144 254 210 0.43 0 0.17 0.00 156 0.98 0.78
Hex 90 FE D2 2B 0 11 0 9C 62 4E
Octal 220 376 322 53 0 21 0 234 142 116
Binary 10010000 11111110 11010010 101011 0 10001 0 10011100 1100010 1001110

Color Harmonies of #90FED2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90FED2

Black with #90FED2

Text Example


Text Example

White with #90FED2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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