Html Css Color HEX #5AFAD2 Aquamarine

📋 copy color: '#5AFAD2'

red 90 ◦ green 250 ◦ blue 210

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

Shades of Aquamarine #5AFAD2

Tints of Aquamarine #5AFAD2

RGB

 RED value IS 90 (35.55% from 255) = 16.36%

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

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

R = 16.36%
G = 45.45%
B = 38.18%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.16

 K value IS 0.02

RGB Variations

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

Color information

#5AFAD2 (or 0x5AFAD2) is known color: Aquamarine. HEX triplet: 5A, FA and D2. RGB value is (90,250,210). Sum of RGB (Red+Green+Blue) = 90+250+210=550 (72% of max value = 765). Red value is 90 (35.55% from 255 or 16.36% from 550); Green value is 250 (98.05% from 255 or 45.45% from 550); Blue value is 210 (82.42% from 255 or 38.18% from 550); Max value from RGB is 250 - color contains mainly: green. Hex color #5AFAD2 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5AFAD2 is #A5052D. Grayscale: #C5C5C5. Windows color (decimal): -10814766 or 13826650. OLE color: 13826650.

HSL color Cylindrical-coordinate representation of color #5AFAD2: hue angle of 165º degrees, saturation: 0.94, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #5AFAD2 is Cyan = 0.64, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.02.

Color convert

RGB 90 250 210 -
CMYK 0.64 0 0.16 0.02
HSL 165º 0.94% 0.67% -
HSV(B) 165º 0.64% 0.98% -
XYZ 50.03 75.2 72.85 -
YUV 197.6 134.99 51.25 -
System Red Green Blue C M Y K H S L
Decimal 90 250 210 0.64 0 0.16 0.02 165 0.94 0.67
Hex 5A FA D2 40 0 10 2 A5 5E 43
Octal 132 372 322 100 0 20 2 245 136 103
Binary 1011010 11111010 11010010 1000000 0 10000 10 10100101 1011110 1000011

Color Harmonies of #5AFAD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5AFAD2

Black with #5AFAD2

Text Example


Text Example

White with #5AFAD2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5AFAD2; }

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

 H1.HeaderClassName
 {
   color: #5AFAD2;
 }
 .AnyTagClassName
 {
   color: #5AFAD2;
 }
</style>

background-color css

<style>
 a { background-color: #5AFAD2; }

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

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

border-color css

<style>
 span { border-color: #5AFAD2; }

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

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