Html Css Color HEX #53C06C Emerald

📋 copy color: '#53C06C'

red 83 ◦ green 192 ◦ blue 108

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

Shades of Emerald #53C06C

Tints of Emerald #53C06C

RGB

 RED value IS 83 (32.81% from 255) = 21.67%

 GREEN value IS 192 (75.39% from 255) = 50.13%

 BLUE value IS 108 (42.58% from 255) = 28.2%

R = 21.67%
G = 50.13%
B = 28.2%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.44

 K value IS 0.25

RGB Variations

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

Color information

#53C06C (or 0x53C06C) is known color: Emerald. HEX triplet: 53, C0 and 6C. RGB value is (83,192,108). Sum of RGB (Red+Green+Blue) = 83+192+108=383 (50% of max value = 765). Red value is 83 (32.81% from 255 or 21.67% from 383); Green value is 192 (75.39% from 255 or 50.13% from 383); Blue value is 108 (42.58% from 255 or 28.20% from 383); Max value from RGB is 192 - color contains mainly: green. Hex color #53C06C is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #53C06C is #AC3F93. Grayscale: #969696. Windows color (decimal): -11288468 or 7127123. OLE color: 7127123.

HSL color Cylindrical-coordinate representation of color #53C06C: hue angle of 133.76º degrees, saturation: 0.46, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #53C06C is Cyan = 0.57, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.25.

Color convert

RGB 83 192 108 -
CMYK 0.57 0 0.44 0.25
HSL 133.76º 0.46% 0.54% -
HSV(B) 133.76º 0.57% 0.75% -
XYZ 25.12 40.62 20.7 -
YUV 149.83 104.39 80.33 -
System Red Green Blue C M Y K H S L
Decimal 83 192 108 0.57 0 0.44 0.25 133.76 0.46 0.54
Hex 53 C0 6C 39 0 2C 19 86 2E 36
Octal 123 300 154 71 0 54 31 206 56 66
Binary 1010011 11000000 1101100 111001 0 101100 11001 10000110 101110 110110

Color Harmonies of #53C06C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53C06C

Black with #53C06C

Text Example


Text Example

White with #53C06C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #53C06C; }

 p { color: rgb(83,192,108); }

 H1.HeaderClassName
 {
   color: #53C06C;
 }
 .AnyTagClassName
 {
   color: #53C06C;
 }
</style>

background-color css

<style>
 a { background-color: #53C06C; }

 a { background-color: rgb(83,192,108); }

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

border-color css

<style>
 span { border-color: #53C06C; }

 span { border-color: rgb(83,192,108); }

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