Html Css Color HEX #52BC7B Emerald

📋 copy color: '#52BC7B'

red 82 ◦ green 188 ◦ blue 123

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

Shades of Emerald #52BC7B

Tints of Emerald #52BC7B

RGB

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

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

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

R = 20.87%
G = 47.84%
B = 31.3%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.35

 K value IS 0.26

RGB Variations

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

Color information

#52BC7B (or 0x52BC7B) is known color: Emerald. HEX triplet: 52, BC and 7B. RGB value is (82,188,123). Sum of RGB (Red+Green+Blue) = 82+188+123=393 (52% of max value = 765). Red value is 82 (32.42% from 255 or 20.87% from 393); Green value is 188 (73.83% from 255 or 47.84% from 393); Blue value is 123 (48.44% from 255 or 31.30% from 393); Max value from RGB is 188 - color contains mainly: green. Hex color #52BC7B is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #52BC7B is #AD4384. Grayscale: #959595. Windows color (decimal): -11355013 or 8109138. OLE color: 8109138.

HSL color Cylindrical-coordinate representation of color #52BC7B: hue angle of 143.21º 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 #52BC7B is Cyan = 0.56, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.26.

Color convert

RGB 82 188 123 -
CMYK 0.56 0 0.35 0.26
HSL 143.21º 0.44% 0.53% -
HSV(B) 143.21º 0.56% 0.74% -
XYZ 25.04 39.19 24.98 -
YUV 148.9 113.38 80.29 -
System Red Green Blue C M Y K H S L
Decimal 82 188 123 0.56 0 0.35 0.26 143.21 0.44 0.53
Hex 52 BC 7B 38 0 23 1A 8F 2C 35
Octal 122 274 173 70 0 43 32 217 54 65
Binary 1010010 10111100 1111011 111000 0 100011 11010 10001111 101100 110101

Color Harmonies of #52BC7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52BC7B

Black with #52BC7B

Text Example


Text Example

White with #52BC7B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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