Html Css Color HEX #90FACC Aquamarine

📋 copy color: '#90FACC'

red 144 ◦ green 250 ◦ blue 204

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

Shades of Aquamarine #90FACC

Tints of Aquamarine #90FACC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 34.11%

R = 24.08%
G = 41.81%
B = 34.11%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.18

 K value IS 0.02

RGB Variations

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

Color information

#90FACC (or 0x90FACC) is known color: Aquamarine. HEX triplet: 90, FA and CC. RGB value is (144,250,204). Sum of RGB (Red+Green+Blue) = 144+250+204=598 (79% of max value = 765). Red value is 144 (56.64% from 255 or 24.08% from 598); Green value is 250 (98.05% from 255 or 41.81% from 598); Blue value is 204 (80.08% from 255 or 34.11% from 598); Max value from RGB is 250 - color contains mainly: green. Hex color #90FACC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #90FACC is #6F0533. Grayscale: #D5D5D5. Windows color (decimal): -7275828 or 13433488. OLE color: 13433488.

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

Color convert

RGB 144 250 204 -
CMYK 0.42 0 0.18 0.02
HSL 153.96º 0.91% 0.77% -
HSV(B) 153.96º 0.42% 0.98% -
XYZ 56.59 78.66 69.33 -
YUV 213.06 122.88 78.74 -
System Red Green Blue C M Y K H S L
Decimal 144 250 204 0.42 0 0.18 0.02 153.96 0.91 0.77
Hex 90 FA CC 2A 0 12 2 9A 5B 4D
Octal 220 372 314 52 0 22 2 232 133 115
Binary 10010000 11111010 11001100 101010 0 10010 10 10011010 1011011 1001101

Color Harmonies of #90FACC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90FACC

Black with #90FACC

Text Example


Text Example

White with #90FACC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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