Html Css Color HEX #5AFAD1 Aquamarine

📋 copy color: '#5AFAD1'

red 90 ◦ green 250 ◦ blue 209

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

Shades of Aquamarine #5AFAD1

Tints of Aquamarine #5AFAD1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 38.07%

R = 16.39%
G = 45.54%
B = 38.07%

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

#5AFAD1 (or 0x5AFAD1) is known color: Aquamarine. HEX triplet: 5A, FA and D1. RGB value is (90,250,209). Sum of RGB (Red+Green+Blue) = 90+250+209=549 (72% of max value = 765). Red value is 90 (35.55% from 255 or 16.39% from 549); Green value is 250 (98.05% from 255 or 45.54% from 549); Blue value is 209 (82.03% from 255 or 38.07% from 549); Max value from RGB is 250 - color contains mainly: green. Hex color #5AFAD1 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5AFAD1 is #A5052E. Grayscale: #C5C5C5. Windows color (decimal): -10814767 or 13761114. OLE color: 13761114.

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

Color convert

RGB 90 250 209 -
CMYK 0.64 0 0.16 0.02
HSL 164.63º 0.94% 0.67% -
HSV(B) 164.63º 0.64% 0.98% -
XYZ 49.91 75.15 72.2 -
YUV 197.49 134.49 51.33 -
System Red Green Blue C M Y K H S L
Decimal 90 250 209 0.64 0 0.16 0.02 164.63 0.94 0.67
Hex 5A FA D1 40 0 10 2 A5 5E 43
Octal 132 372 321 100 0 20 2 245 136 103
Binary 1011010 11111010 11010001 1000000 0 10000 10 10100101 1011110 1000011

Color Harmonies of #5AFAD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5AFAD1

Black with #5AFAD1

Text Example


Text Example

White with #5AFAD1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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