Html Css Color HEX #90FAD2 Aquamarine

📋 copy color: '#90FAD2'

red 144 ◦ green 250 ◦ blue 210

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

Shades of Aquamarine #90FAD2

Tints of Aquamarine #90FAD2

RGB

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

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

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

R = 23.84%
G = 41.39%
B = 34.77%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.16

 K value IS 0.02

RGB Variations

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

Color information

#90FAD2 (or 0x90FAD2) is known color: Aquamarine. HEX triplet: 90, FA and D2. RGB value is (144,250,210). Sum of RGB (Red+Green+Blue) = 144+250+210=604 (80% of max value = 765). Red value is 144 (56.64% from 255 or 23.84% from 604); Green value is 250 (98.05% from 255 or 41.39% from 604); Blue value is 210 (82.42% from 255 or 34.77% from 604); Max value from RGB is 250 - color contains mainly: green. Hex color #90FAD2 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #90FAD2 is #6F052D. Grayscale: #D5D5D5. Windows color (decimal): -7275822 or 13826704. OLE color: 13826704.

HSL color Cylindrical-coordinate representation of color #90FAD2: hue angle of 157.36º 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 #90FAD2 is Cyan = 0.42, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.02.

Color convert

RGB 144 250 210 -
CMYK 0.42 0 0.16 0.02
HSL 157.36º 0.91% 0.77% -
HSV(B) 157.36º 0.42% 0.98% -
XYZ 57.32 78.95 73.19 -
YUV 213.75 125.88 78.25 -
System Red Green Blue C M Y K H S L
Decimal 144 250 210 0.42 0 0.16 0.02 157.36 0.91 0.77
Hex 90 FA D2 2A 0 10 2 9D 5B 4D
Octal 220 372 322 52 0 20 2 235 133 115
Binary 10010000 11111010 11010010 101010 0 10000 10 10011101 1011011 1001101

Color Harmonies of #90FAD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90FAD2

Black with #90FAD2

Text Example


Text Example

White with #90FAD2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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