Html Css Color HEX #52C17B Emerald

📋 copy color: '#52C17B'

red 82 ◦ green 193 ◦ blue 123

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

Shades of Emerald #52C17B

Tints of Emerald #52C17B

RGB

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

 GREEN value IS 193 (75.78% from 255) = 48.49%

 BLUE value IS 123 (48.44% from 255) = 30.9%

R = 20.6%
G = 48.49%
B = 30.9%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.36

 K value IS 0.24

RGB Variations

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

Color information

#52C17B (or 0x52C17B) is known color: Emerald. HEX triplet: 52, C1 and 7B. RGB value is (82,193,123). Sum of RGB (Red+Green+Blue) = 82+193+123=398 (52% of max value = 765). Red value is 82 (32.42% from 255 or 20.60% from 398); Green value is 193 (75.78% from 255 or 48.49% from 398); Blue value is 123 (48.44% from 255 or 30.90% from 398); Max value from RGB is 193 - color contains mainly: green. Hex color #52C17B is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #52C17B is #AD3E84. Grayscale: #989898. Windows color (decimal): -11353733 or 8110418. OLE color: 8110418.

HSL color Cylindrical-coordinate representation of color #52C17B: hue angle of 142.16º degrees, saturation: 0.47, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #52C17B is Cyan = 0.58, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.24.

Color convert

RGB 82 193 123 -
CMYK 0.58 0 0.36 0.24
HSL 142.16º 0.47% 0.54% -
HSV(B) 142.16º 0.58% 0.76% -
XYZ 26.12 41.36 25.35 -
YUV 151.83 111.73 78.19 -
System Red Green Blue C M Y K H S L
Decimal 82 193 123 0.58 0 0.36 0.24 142.16 0.47 0.54
Hex 52 C1 7B 3A 0 24 18 8E 2F 36
Octal 122 301 173 72 0 44 30 216 57 66
Binary 1010010 11000001 1111011 111010 0 100100 11000 10001110 101111 110110

Color Harmonies of #52C17B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52C17B

Black with #52C17B

Text Example


Text Example

White with #52C17B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,193,123); }

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

background-color css

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

 a { background-color: rgb(82,193,123); }

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

border-color css

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

 span { border-color: rgb(82,193,123); }

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