Html Css Color HEX #3BCA7B Emerald

📋 copy color: '#3BCA7B'

red 59 ◦ green 202 ◦ blue 123

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

Shades of Emerald #3BCA7B

Tints of Emerald #3BCA7B

RGB

 RED value IS 59 (23.44% from 255) = 15.36%

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

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

R = 15.36%
G = 52.6%
B = 32.03%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.39

 K value IS 0.21

RGB Variations

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

Color information

#3BCA7B (or 0x3BCA7B) is known color: Emerald. HEX triplet: 3B, CA and 7B. RGB value is (59,202,123). Sum of RGB (Red+Green+Blue) = 59+202+123=384 (50% of max value = 765). Red value is 59 (23.44% from 255 or 15.36% from 384); Green value is 202 (79.30% from 255 or 52.60% from 384); Blue value is 123 (48.44% from 255 or 32.03% from 384); Max value from RGB is 202 - color contains mainly: green. Hex color #3BCA7B is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3BCA7B is #C43584. Grayscale: #969696. Windows color (decimal): -12858757 or 8112699. OLE color: 8112699.

HSL color Cylindrical-coordinate representation of color #3BCA7B: hue angle of 146.85º degrees, saturation: 0.57, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3BCA7B is Cyan = 0.71, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.21.

Color convert

RGB 59 202 123 -
CMYK 0.71 0 0.39 0.21
HSL 146.85º 0.57% 0.51% -
HSV(B) 146.85º 0.71% 0.79% -
XYZ 26.5 44.6 25.95 -
YUV 150.24 112.62 62.92 -
System Red Green Blue C M Y K H S L
Decimal 59 202 123 0.71 0 0.39 0.21 146.85 0.57 0.51
Hex 3B CA 7B 47 0 27 15 93 39 33
Octal 73 312 173 107 0 47 25 223 71 63
Binary 111011 11001010 1111011 1000111 0 100111 10101 10010011 111001 110011

Color Harmonies of #3BCA7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3BCA7B

Black with #3BCA7B

Text Example


Text Example

White with #3BCA7B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3BCA7B; }

 p { color: rgb(59,202,123); }

 H1.HeaderClassName
 {
   color: #3BCA7B;
 }
 .AnyTagClassName
 {
   color: #3BCA7B;
 }
</style>

background-color css

<style>
 a { background-color: #3BCA7B; }

 a { background-color: rgb(59,202,123); }

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

border-color css

<style>
 span { border-color: #3BCA7B; }

 span { border-color: rgb(59,202,123); }

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