Html Css Color HEX #90FACD Aquamarine

📋 copy color: '#90FACD'

red 144 ◦ green 250 ◦ blue 205

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

Shades of Aquamarine #90FACD

Tints of Aquamarine #90FACD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 34.22%

R = 24.04%
G = 41.74%
B = 34.22%

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

#90FACD (or 0x90FACD) is known color: Aquamarine. HEX triplet: 90, FA and CD. RGB value is (144,250,205). Sum of RGB (Red+Green+Blue) = 144+250+205=599 (79% of max value = 765). Red value is 144 (56.64% from 255 or 24.04% from 599); Green value is 250 (98.05% from 255 or 41.74% from 599); Blue value is 205 (80.47% from 255 or 34.22% from 599); Max value from RGB is 250 - color contains mainly: green. Hex color #90FACD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #90FACD is #6F0532. Grayscale: #D5D5D5. Windows color (decimal): -7275827 or 13499024. OLE color: 13499024.

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

Color convert

RGB 144 250 205 -
CMYK 0.42 0 0.18 0.02
HSL 154.53º 0.91% 0.77% -
HSV(B) 154.53º 0.42% 0.98% -
XYZ 56.71 78.71 69.96 -
YUV 213.18 123.38 78.66 -
System Red Green Blue C M Y K H S L
Decimal 144 250 205 0.42 0 0.18 0.02 154.53 0.91 0.77
Hex 90 FA CD 2A 0 12 2 9B 5B 4D
Octal 220 372 315 52 0 22 2 233 133 115
Binary 10010000 11111010 11001101 101010 0 10010 10 10011011 1011011 1001101

Color Harmonies of #90FACD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90FACD

Black with #90FACD

Text Example


Text Example

White with #90FACD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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