Html Css Color HEX #52C188 Emerald

📋 copy color: '#52C188'

red 82 ◦ green 193 ◦ blue 136

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

Shades of Emerald #52C188

Tints of Emerald #52C188

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 33.09%

R = 19.95%
G = 46.96%
B = 33.09%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.30

 K value IS 0.24

RGB Variations

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

Color information

#52C188 (or 0x52C188) is known color: Emerald. HEX triplet: 52, C1 and 88. RGB value is (82,193,136). Sum of RGB (Red+Green+Blue) = 82+193+136=411 (54% of max value = 765). Red value is 82 (32.42% from 255 or 19.95% from 411); Green value is 193 (75.78% from 255 or 46.96% from 411); Blue value is 136 (53.52% from 255 or 33.09% from 411); Max value from RGB is 193 - color contains mainly: green. Hex color #52C188 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #52C188 is #AD3E77. Grayscale: #999999. Windows color (decimal): -11353720 or 8962386. OLE color: 8962386.

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

Color convert

RGB 82 193 136 -
CMYK 0.58 0 0.30 0.24
HSL 149.19º 0.47% 0.54% -
HSV(B) 149.19º 0.58% 0.76% -
XYZ 26.99 41.71 29.92 -
YUV 153.31 118.23 77.13 -
System Red Green Blue C M Y K H S L
Decimal 82 193 136 0.58 0 0.30 0.24 149.19 0.47 0.54
Hex 52 C1 88 3A 0 1E 18 95 2F 36
Octal 122 301 210 72 0 36 30 225 57 66
Binary 1010010 11000001 10001000 111010 0 11110 11000 10010101 101111 110110

Color Harmonies of #52C188

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52C188

Black with #52C188

Text Example


Text Example

White with #52C188

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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