Html Css Color HEX #5CCEA0 Medium Aquamarine

📋 copy color: '#5CCEA0'

red 92 ◦ green 206 ◦ blue 160

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

Shades of Medium Aquamarine #5CCEA0

Tints of Medium Aquamarine #5CCEA0

RGB

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

 GREEN value IS 206 (80.86% from 255) = 44.98%

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

R = 20.09%
G = 44.98%
B = 34.93%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.22

 K value IS 0.19

RGB Variations

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

Color information

#5CCEA0 (or 0x5CCEA0) is known color: Medium Aquamarine. HEX triplet: 5C, CE and A0. RGB value is (92,206,160). Sum of RGB (Red+Green+Blue) = 92+206+160=458 (60% of max value = 765). Red value is 92 (36.33% from 255 or 20.09% from 458); Green value is 206 (80.86% from 255 or 44.98% from 458); Blue value is 160 (62.89% from 255 or 34.93% from 458); Max value from RGB is 206 - color contains mainly: green. Hex color #5CCEA0 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5CCEA0 is #A3315F. Grayscale: #A6A6A6. Windows color (decimal): -10695008 or 10538588. OLE color: 10538588.

HSL color Cylindrical-coordinate representation of color #5CCEA0: hue angle of 155.79º degrees, saturation: 0.54, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #5CCEA0 is Cyan = 0.55, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.19.

Color convert

RGB 92 206 160 -
CMYK 0.55 0 0.22 0.19
HSL 155.79º 0.54% 0.58% -
HSV(B) 155.79º 0.55% 0.81% -
XYZ 32.83 48.96 40.98 -
YUV 166.67 124.23 74.74 -
System Red Green Blue C M Y K H S L
Decimal 92 206 160 0.55 0 0.22 0.19 155.79 0.54 0.58
Hex 5C CE A0 37 0 16 13 9C 36 3A
Octal 134 316 240 67 0 26 23 234 66 72
Binary 1011100 11001110 10100000 110111 0 10110 10011 10011100 110110 111010

Color Harmonies of #5CCEA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5CCEA0

Black with #5CCEA0

Text Example


Text Example

White with #5CCEA0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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