Html Css Color HEX #5CFAA0 Medium Aquamarine

📋 copy color: '#5CFAA0'

red 92 ◦ green 250 ◦ blue 160

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

Shades of Medium Aquamarine #5CFAA0

Tints of Medium Aquamarine #5CFAA0

RGB

 RED value IS 92 (36.33% from 255) = 18.33%

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

 BLUE value IS 160 (62.89% from 255) = 31.87%

R = 18.33%
G = 49.8%
B = 31.87%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.36

 K value IS 0.02

RGB Variations

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

Color information

#5CFAA0 (or 0x5CFAA0) is known color: Medium Aquamarine. HEX triplet: 5C, FA and A0. RGB value is (92,250,160). Sum of RGB (Red+Green+Blue) = 92+250+160=502 (66% of max value = 765). Red value is 92 (36.33% from 255 or 18.33% from 502); Green value is 250 (98.05% from 255 or 49.80% from 502); Blue value is 160 (62.89% from 255 or 31.87% from 502); Max value from RGB is 250 - color contains mainly: green. Hex color #5CFAA0 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #5CFAA0 is #A3055F. Grayscale: #C0C0C0. Windows color (decimal): -10683744 or 10549852. OLE color: 10549852.

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

Color convert

RGB 92 250 160 -
CMYK 0.63 0 0.36 0.02
HSL 145.82º 0.94% 0.67% -
HSV(B) 145.82º 0.63% 0.98% -
XYZ 44.94 73.18 45.01 -
YUV 192.5 109.65 56.32 -
System Red Green Blue C M Y K H S L
Decimal 92 250 160 0.63 0 0.36 0.02 145.82 0.94 0.67
Hex 5C FA A0 3F 0 24 2 92 5E 43
Octal 134 372 240 77 0 44 2 222 136 103
Binary 1011100 11111010 10100000 111111 0 100100 10 10010010 1011110 1000011

Color Harmonies of #5CFAA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5CFAA0

Black with #5CFAA0

Text Example


Text Example

White with #5CFAA0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(92,250,160); }

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

background-color css

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

 a { background-color: rgb(92,250,160); }

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

border-color css

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

 span { border-color: rgb(92,250,160); }

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