Html Css Color HEX #4CCA8A Emerald

📋 copy color: '#4CCA8A'

red 76 ◦ green 202 ◦ blue 138

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

Shades of Emerald #4CCA8A

Tints of Emerald #4CCA8A

RGB

 RED value IS 76 (30.08% from 255) = 18.27%

 GREEN value IS 202 (79.3% from 255) = 48.56%

 BLUE value IS 138 (54.3% from 255) = 33.17%

R = 18.27%
G = 48.56%
B = 33.17%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.32

 K value IS 0.21

RGB Variations

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

Color information

#4CCA8A (or 0x4CCA8A) is known color: Emerald. HEX triplet: 4C, CA and 8A. RGB value is (76,202,138). Sum of RGB (Red+Green+Blue) = 76+202+138=416 (55% of max value = 765). Red value is 76 (30.08% from 255 or 18.27% from 416); Green value is 202 (79.30% from 255 or 48.56% from 416); Blue value is 138 (54.30% from 255 or 33.17% from 416); Max value from RGB is 202 - color contains mainly: green. Hex color #4CCA8A is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #4CCA8A is #B33575. Grayscale: #9D9D9D. Windows color (decimal): -11744630 or 9095756. OLE color: 9095756.

HSL color Cylindrical-coordinate representation of color #4CCA8A: hue angle of 149.52º degrees, saturation: 0.54, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4CCA8A is Cyan = 0.62, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.21.

Color convert

RGB 76 202 138 -
CMYK 0.62 0 0.32 0.21
HSL 149.52º 0.54% 0.55% -
HSV(B) 149.52º 0.62% 0.79% -
XYZ 28.69 45.61 31.34 -
YUV 157.03 117.26 70.2 -
System Red Green Blue C M Y K H S L
Decimal 76 202 138 0.62 0 0.32 0.21 149.52 0.54 0.55
Hex 4C CA 8A 3E 0 20 15 96 36 37
Octal 114 312 212 76 0 40 25 226 66 67
Binary 1001100 11001010 10001010 111110 0 100000 10101 10010110 110110 110111

Color Harmonies of #4CCA8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4CCA8A

Black with #4CCA8A

Text Example


Text Example

White with #4CCA8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4CCA8A; }

 p { color: rgb(76,202,138); }

 H1.HeaderClassName
 {
   color: #4CCA8A;
 }
 .AnyTagClassName
 {
   color: #4CCA8A;
 }
</style>

background-color css

<style>
 a { background-color: #4CCA8A; }

 a { background-color: rgb(76,202,138); }

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

border-color css

<style>
 span { border-color: #4CCA8A; }

 span { border-color: rgb(76,202,138); }

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