Html Css Color HEX #5CCAA0 Medium Aquamarine

📋 copy color: '#5CCAA0'

red 92 ◦ green 202 ◦ blue 160

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

Shades of Medium Aquamarine #5CCAA0

Tints of Medium Aquamarine #5CCAA0

RGB

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

 GREEN value IS 202 (79.3% from 255) = 44.49%

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

R = 20.26%
G = 44.49%
B = 35.24%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.21

 K value IS 0.21

RGB Variations

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

Color information

#5CCAA0 (or 0x5CCAA0) is known color: Medium Aquamarine. HEX triplet: 5C, CA and A0. RGB value is (92,202,160). Sum of RGB (Red+Green+Blue) = 92+202+160=454 (60% of max value = 765). Red value is 92 (36.33% from 255 or 20.26% from 454); Green value is 202 (79.30% from 255 or 44.49% from 454); Blue value is 160 (62.89% from 255 or 35.24% from 454); Max value from RGB is 202 - color contains mainly: green. Hex color #5CCAA0 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5CCAA0 is #A3355F. Grayscale: #A4A4A4. Windows color (decimal): -10696032 or 10537564. OLE color: 10537564.

HSL color Cylindrical-coordinate representation of color #5CCAA0: hue angle of 157.09º degrees, saturation: 0.51, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #5CCAA0 is Cyan = 0.54, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.21.

Color convert

RGB 92 202 160 -
CMYK 0.54 0 0.21 0.21
HSL 157.09º 0.51% 0.58% -
HSV(B) 157.09º 0.54% 0.79% -
XYZ 31.88 47.05 40.66 -
YUV 164.32 125.56 76.42 -
System Red Green Blue C M Y K H S L
Decimal 92 202 160 0.54 0 0.21 0.21 157.09 0.51 0.58
Hex 5C CA A0 36 0 15 15 9D 33 3A
Octal 134 312 240 66 0 25 25 235 63 72
Binary 1011100 11001010 10100000 110110 0 10101 10101 10011101 110011 111010

Color Harmonies of #5CCAA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5CCAA0

Black with #5CCAA0

Text Example


Text Example

White with #5CCAA0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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