Html Css Color HEX #90FACE Aquamarine

📋 copy color: '#90FACE'

red 144 ◦ green 250 ◦ blue 206

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

Shades of Aquamarine #90FACE

Tints of Aquamarine #90FACE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 34.33%

R = 24%
G = 41.67%
B = 34.33%

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

#90FACE (or 0x90FACE) is known color: Aquamarine. HEX triplet: 90, FA and CE. RGB value is (144,250,206). Sum of RGB (Red+Green+Blue) = 144+250+206=600 (79% of max value = 765). Red value is 144 (56.64% from 255 or 24% from 600); Green value is 250 (98.05% from 255 or 41.67% from 600); Blue value is 206 (80.86% from 255 or 34.33% from 600); Max value from RGB is 250 - color contains mainly: green. Hex color #90FACE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #90FACE is #6F0531. Grayscale: #D5D5D5. Windows color (decimal): -7275826 or 13564560. OLE color: 13564560.

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

Color convert

RGB 144 250 206 -
CMYK 0.42 0 0.18 0.02
HSL 155.09º 0.91% 0.77% -
HSV(B) 155.09º 0.42% 0.98% -
XYZ 56.83 78.76 70.6 -
YUV 213.29 123.88 78.58 -
System Red Green Blue C M Y K H S L
Decimal 144 250 206 0.42 0 0.18 0.02 155.09 0.91 0.77
Hex 90 FA CE 2A 0 12 2 9B 5B 4D
Octal 220 372 316 52 0 22 2 233 133 115
Binary 10010000 11111010 11001110 101010 0 10010 10 10011011 1011011 1001101

Color Harmonies of #90FACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90FACE

Black with #90FACE

Text Example


Text Example

White with #90FACE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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