Html Css Color HEX #90FAE5 Aquamarine

📋 copy color: '#90FAE5'

red 144 ◦ green 250 ◦ blue 229

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

Shades of Aquamarine #90FAE5

Tints of Aquamarine #90FAE5

RGB

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

 GREEN value IS 250 (98.05% from 255) = 40.13%

 BLUE value IS 229 (89.84% from 255) = 36.76%

R = 23.11%
G = 40.13%
B = 36.76%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.08

 K value IS 0.02

RGB Variations

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

Color information

#90FAE5 (or 0x90FAE5) is known color: Aquamarine. HEX triplet: 90, FA and E5. RGB value is (144,250,229). Sum of RGB (Red+Green+Blue) = 144+250+229=623 (82% of max value = 765). Red value is 144 (56.64% from 255 or 23.11% from 623); Green value is 250 (98.05% from 255 or 40.13% from 623); Blue value is 229 (89.84% from 255 or 36.76% from 623); Max value from RGB is 250 - color contains mainly: green. Hex color #90FAE5 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #90FAE5 is #6F051A. Grayscale: #D7D7D7. Windows color (decimal): -7275803 or 15071888. OLE color: 15071888.

HSL color Cylindrical-coordinate representation of color #90FAE5: hue angle of 168.11º degrees, saturation: 0.91, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #90FAE5 is Cyan = 0.42, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.02.

Color convert

RGB 144 250 229 -
CMYK 0.42 0 0.08 0.02
HSL 168.11º 0.91% 0.77% -
HSV(B) 168.11º 0.42% 0.98% -
XYZ 59.83 79.96 86.41 -
YUV 215.91 135.38 76.71 -
System Red Green Blue C M Y K H S L
Decimal 144 250 229 0.42 0 0.08 0.02 168.11 0.91 0.77
Hex 90 FA E5 2A 0 8 2 A8 5B 4D
Octal 220 372 345 52 0 10 2 250 133 115
Binary 10010000 11111010 11100101 101010 0 1000 10 10101000 1011011 1001101

Color Harmonies of #90FAE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90FAE5

Black with #90FAE5

Text Example


Text Example

White with #90FAE5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(144,250,229); }

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

background-color css

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

 a { background-color: rgb(144,250,229); }

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

border-color css

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

 span { border-color: rgb(144,250,229); }

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