Html Css Color HEX #5AFAC6 Aquamarine

📋 copy color: '#5AFAC6'

red 90 ◦ green 250 ◦ blue 198

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

Shades of Aquamarine #5AFAC6

Tints of Aquamarine #5AFAC6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 36.8%

R = 16.73%
G = 46.47%
B = 36.8%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.21

 K value IS 0.02

RGB Variations

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

Color information

#5AFAC6 (or 0x5AFAC6) is known color: Aquamarine. HEX triplet: 5A, FA and C6. RGB value is (90,250,198). Sum of RGB (Red+Green+Blue) = 90+250+198=538 (71% of max value = 765). Red value is 90 (35.55% from 255 or 16.73% from 538); Green value is 250 (98.05% from 255 or 46.47% from 538); Blue value is 198 (77.73% from 255 or 36.80% from 538); Max value from RGB is 250 - color contains mainly: green. Hex color #5AFAC6 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5AFAC6 is #A50539. Grayscale: #C4C4C4. Windows color (decimal): -10814778 or 13040218. OLE color: 13040218.

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

Color convert

RGB 90 250 198 -
CMYK 0.64 0 0.21 0.02
HSL 160.5º 0.94% 0.67% -
HSV(B) 160.5º 0.64% 0.98% -
XYZ 48.6 74.62 65.27 -
YUV 196.23 128.99 52.23 -
System Red Green Blue C M Y K H S L
Decimal 90 250 198 0.64 0 0.21 0.02 160.5 0.94 0.67
Hex 5A FA C6 40 0 15 2 A0 5E 43
Octal 132 372 306 100 0 25 2 240 136 103
Binary 1011010 11111010 11000110 1000000 0 10101 10 10100000 1011110 1000011

Color Harmonies of #5AFAC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5AFAC6

Black with #5AFAC6

Text Example


Text Example

White with #5AFAC6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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