Html Css Color HEX #5AFAD4 Aquamarine

📋 copy color: '#5AFAD4'

red 90 ◦ green 250 ◦ blue 212

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

Shades of Aquamarine #5AFAD4

Tints of Aquamarine #5AFAD4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 38.41%

R = 16.3%
G = 45.29%
B = 38.41%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.15

 K value IS 0.02

RGB Variations

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

Color information

#5AFAD4 (or 0x5AFAD4) is known color: Aquamarine. HEX triplet: 5A, FA and D4. RGB value is (90,250,212). Sum of RGB (Red+Green+Blue) = 90+250+212=552 (73% of max value = 765). Red value is 90 (35.55% from 255 or 16.30% from 552); Green value is 250 (98.05% from 255 or 45.29% from 552); Blue value is 212 (83.20% from 255 or 38.41% from 552); Max value from RGB is 250 - color contains mainly: green. Hex color #5AFAD4 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5AFAD4 is #A5052B. Grayscale: #C5C5C5. Windows color (decimal): -10814764 or 13957722. OLE color: 13957722.

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

Color convert

RGB 90 250 212 -
CMYK 0.64 0 0.15 0.02
HSL 165.75º 0.94% 0.67% -
HSV(B) 165.75º 0.64% 0.98% -
XYZ 50.29 75.3 74.17 -
YUV 197.83 135.99 51.09 -
System Red Green Blue C M Y K H S L
Decimal 90 250 212 0.64 0 0.15 0.02 165.75 0.94 0.67
Hex 5A FA D4 40 0 F 2 A6 5E 43
Octal 132 372 324 100 0 17 2 246 136 103
Binary 1011010 11111010 11010100 1000000 0 1111 10 10100110 1011110 1000011

Color Harmonies of #5AFAD4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5AFAD4

Black with #5AFAD4

Text Example


Text Example

White with #5AFAD4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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