Html Css Color HEX #52BC7C Emerald

📋 copy color: '#52BC7C'

red 82 ◦ green 188 ◦ blue 124

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

Shades of Emerald #52BC7C

Tints of Emerald #52BC7C

RGB

 RED value IS 82 (32.42% from 255) = 20.81%

 GREEN value IS 188 (73.83% from 255) = 47.72%

 BLUE value IS 124 (48.83% from 255) = 31.47%

R = 20.81%
G = 47.72%
B = 31.47%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.34

 K value IS 0.26

RGB Variations

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

Color information

#52BC7C (or 0x52BC7C) is known color: Emerald. HEX triplet: 52, BC and 7C. RGB value is (82,188,124). Sum of RGB (Red+Green+Blue) = 82+188+124=394 (52% of max value = 765). Red value is 82 (32.42% from 255 or 20.81% from 394); Green value is 188 (73.83% from 255 or 47.72% from 394); Blue value is 124 (48.83% from 255 or 31.47% from 394); Max value from RGB is 188 - color contains mainly: green. Hex color #52BC7C is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #52BC7C is #AD4383. Grayscale: #959595. Windows color (decimal): -11355012 or 8174674. OLE color: 8174674.

HSL color Cylindrical-coordinate representation of color #52BC7C: hue angle of 143.77º degrees, saturation: 0.44, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #52BC7C is Cyan = 0.56, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.26.

Color convert

RGB 82 188 124 -
CMYK 0.56 0 0.34 0.26
HSL 143.77º 0.44% 0.53% -
HSV(B) 143.77º 0.56% 0.74% -
XYZ 25.1 39.22 25.32 -
YUV 149.01 113.88 80.2 -
System Red Green Blue C M Y K H S L
Decimal 82 188 124 0.56 0 0.34 0.26 143.77 0.44 0.53
Hex 52 BC 7C 38 0 22 1A 90 2C 35
Octal 122 274 174 70 0 42 32 220 54 65
Binary 1010010 10111100 1111100 111000 0 100010 11010 10010000 101100 110101

Color Harmonies of #52BC7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52BC7C

Black with #52BC7C

Text Example


Text Example

White with #52BC7C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #52BC7C; }

 p { color: rgb(82,188,124); }

 H1.HeaderClassName
 {
   color: #52BC7C;
 }
 .AnyTagClassName
 {
   color: #52BC7C;
 }
</style>

background-color css

<style>
 a { background-color: #52BC7C; }

 a { background-color: rgb(82,188,124); }

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

border-color css

<style>
 span { border-color: #52BC7C; }

 span { border-color: rgb(82,188,124); }

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