Html Css Color HEX #90EFDE Aquamarine

📋 copy color: '#90EFDE'

red 144 ◦ green 239 ◦ blue 222

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

Shades of Aquamarine #90EFDE

Tints of Aquamarine #90EFDE

RGB

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

 GREEN value IS 239 (93.75% from 255) = 39.5%

 BLUE value IS 222 (87.11% from 255) = 36.69%

R = 23.8%
G = 39.5%
B = 36.69%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.07

 K value IS 0.06

RGB Variations

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

Color information

#90EFDE (or 0x90EFDE) is known color: Aquamarine. HEX triplet: 90, EF and DE. RGB value is (144,239,222). Sum of RGB (Red+Green+Blue) = 144+239+222=605 (80% of max value = 765). Red value is 144 (56.64% from 255 or 23.80% from 605); Green value is 239 (93.75% from 255 or 39.50% from 605); Blue value is 222 (87.11% from 255 or 36.69% from 605); Max value from RGB is 239 - color contains mainly: green. Hex color #90EFDE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #90EFDE is #6F1021. Grayscale: #D0D0D0. Windows color (decimal): -7278626 or 14610320. OLE color: 14610320.

HSL color Cylindrical-coordinate representation of color #90EFDE: hue angle of 169.26º degrees, saturation: 0.75, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #90EFDE is Cyan = 0.40, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.06.

Color convert

RGB 144 239 222 -
CMYK 0.40 0 0.07 0.06
HSL 169.26º 0.75% 0.75% -
HSV(B) 169.26º 0.4% 0.94% -
XYZ 55.55 72.94 80.26 -
YUV 208.66 135.53 81.88 -
System Red Green Blue C M Y K H S L
Decimal 144 239 222 0.40 0 0.07 0.06 169.26 0.75 0.75
Hex 90 EF DE 28 0 7 6 A9 4B 4B
Octal 220 357 336 50 0 7 6 251 113 113
Binary 10010000 11101111 11011110 101000 0 111 110 10101001 1001011 1001011

Color Harmonies of #90EFDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90EFDE

Black with #90EFDE

Text Example


Text Example

White with #90EFDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(144,239,222); }

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

background-color css

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

 a { background-color: rgb(144,239,222); }

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

border-color css

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

 span { border-color: rgb(144,239,222); }

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