Html Css Color HEX #52C185 Emerald

📋 copy color: '#52C185'

red 82 ◦ green 193 ◦ blue 133

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

Shades of Emerald #52C185

Tints of Emerald #52C185

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 32.6%

R = 20.1%
G = 47.3%
B = 32.6%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.31

 K value IS 0.24

RGB Variations

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

Color information

#52C185 (or 0x52C185) is known color: Emerald. HEX triplet: 52, C1 and 85. RGB value is (82,193,133). Sum of RGB (Red+Green+Blue) = 82+193+133=408 (54% of max value = 765). Red value is 82 (32.42% from 255 or 20.10% from 408); Green value is 193 (75.78% from 255 or 47.30% from 408); Blue value is 133 (52.34% from 255 or 32.60% from 408); Max value from RGB is 193 - color contains mainly: green. Hex color #52C185 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #52C185 is #AD3E7A. Grayscale: #999999. Windows color (decimal): -11353723 or 8765778. OLE color: 8765778.

HSL color Cylindrical-coordinate representation of color #52C185: hue angle of 147.57º 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 #52C185 is Cyan = 0.58, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.24.

Color convert

RGB 82 193 133 -
CMYK 0.58 0 0.31 0.24
HSL 147.57º 0.47% 0.54% -
HSV(B) 147.57º 0.58% 0.76% -
XYZ 26.78 41.63 28.81 -
YUV 152.97 116.73 77.38 -
System Red Green Blue C M Y K H S L
Decimal 82 193 133 0.58 0 0.31 0.24 147.57 0.47 0.54
Hex 52 C1 85 3A 0 1F 18 94 2F 36
Octal 122 301 205 72 0 37 30 224 57 66
Binary 1010010 11000001 10000101 111010 0 11111 11000 10010100 101111 110110

Color Harmonies of #52C185

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52C185

Black with #52C185

Text Example


Text Example

White with #52C185

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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