Html Css Color HEX #90FDEA Aquamarine

📋 copy color: '#90FDEA'

red 144 ◦ green 253 ◦ blue 234

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

Shades of Aquamarine #90FDEA

Tints of Aquamarine #90FDEA

RGB

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

 GREEN value IS 253 (99.22% from 255) = 40.1%

 BLUE value IS 234 (91.8% from 255) = 37.08%

R = 22.82%
G = 40.1%
B = 37.08%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.08

 K value IS 0.01

RGB Variations

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

Color information

#90FDEA (or 0x90FDEA) is known color: Aquamarine. HEX triplet: 90, FD and EA. RGB value is (144,253,234). Sum of RGB (Red+Green+Blue) = 144+253+234=631 (83% of max value = 765). Red value is 144 (56.64% from 255 or 22.82% from 631); Green value is 253 (99.22% from 255 or 40.10% from 631); Blue value is 234 (91.80% from 255 or 37.08% from 631); Max value from RGB is 253 - color contains mainly: green. Hex color #90FDEA is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #90FDEA is #6F0215. Grayscale: #DADADA. Windows color (decimal): -7275030 or 15400336. OLE color: 15400336.

HSL color Cylindrical-coordinate representation of color #90FDEA: hue angle of 169.54º degrees, saturation: 0.96, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #90FDEA is Cyan = 0.43, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.01.

Color convert

RGB 144 253 234 -
CMYK 0.43 0 0.08 0.01
HSL 169.54º 0.96% 0.78% -
HSV(B) 169.54º 0.43% 0.99% -
XYZ 61.48 82.12 90.45 -
YUV 218.24 136.89 75.04 -
System Red Green Blue C M Y K H S L
Decimal 144 253 234 0.43 0 0.08 0.01 169.54 0.96 0.78
Hex 90 FD EA 2B 0 8 1 AA 60 4E
Octal 220 375 352 53 0 10 1 252 140 116
Binary 10010000 11111101 11101010 101011 0 1000 1 10101010 1100000 1001110

Color Harmonies of #90FDEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90FDEA

Black with #90FDEA

Text Example


Text Example

White with #90FDEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(144,253,234); }

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

background-color css

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

 a { background-color: rgb(144,253,234); }

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

border-color css

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

 span { border-color: rgb(144,253,234); }

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