Html Css Color HEX #4BCA8A Emerald

📋 copy color: '#4BCA8A'

red 75 ◦ green 202 ◦ blue 138

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

Shades of Emerald #4BCA8A

Tints of Emerald #4BCA8A

RGB

 RED value IS 75 (29.69% from 255) = 18.07%

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

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

R = 18.07%
G = 48.67%
B = 33.25%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.32

 K value IS 0.21

RGB Variations

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

Color information

#4BCA8A (or 0x4BCA8A) is known color: Emerald. HEX triplet: 4B, CA and 8A. RGB value is (75,202,138). Sum of RGB (Red+Green+Blue) = 75+202+138=415 (54% of max value = 765). Red value is 75 (29.69% from 255 or 18.07% from 415); Green value is 202 (79.30% from 255 or 48.67% from 415); Blue value is 138 (54.30% from 255 or 33.25% from 415); Max value from RGB is 202 - color contains mainly: green. Hex color #4BCA8A is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #4BCA8A is #B43575. Grayscale: #9C9C9C. Windows color (decimal): -11810166 or 9095755. OLE color: 9095755.

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

Color convert

RGB 75 202 138 -
CMYK 0.63 0 0.32 0.21
HSL 149.76º 0.55% 0.54% -
HSV(B) 149.76º 0.63% 0.79% -
XYZ 28.61 45.57 31.33 -
YUV 156.73 117.42 69.7 -
System Red Green Blue C M Y K H S L
Decimal 75 202 138 0.63 0 0.32 0.21 149.76 0.55 0.54
Hex 4B CA 8A 3F 0 20 15 96 37 36
Octal 113 312 212 77 0 40 25 226 67 66
Binary 1001011 11001010 10001010 111111 0 100000 10101 10010110 110111 110110

Color Harmonies of #4BCA8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4BCA8A

Black with #4BCA8A

Text Example


Text Example

White with #4BCA8A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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