Html Css Color HEX #3ACF7E Emerald

📋 copy color: '#3ACF7E'

red 58 ◦ green 207 ◦ blue 126

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

Shades of Emerald #3ACF7E

Tints of Emerald #3ACF7E

RGB

 RED value IS 58 (23.05% from 255) = 14.83%

 GREEN value IS 207 (81.25% from 255) = 52.94%

 BLUE value IS 126 (49.61% from 255) = 32.23%

R = 14.83%
G = 52.94%
B = 32.23%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.39

 K value IS 0.19

RGB Variations

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

Color information

#3ACF7E (or 0x3ACF7E) is known color: Emerald. HEX triplet: 3A, CF and 7E. RGB value is (58,207,126). Sum of RGB (Red+Green+Blue) = 58+207+126=391 (51% of max value = 765). Red value is 58 (23.05% from 255 or 14.83% from 391); Green value is 207 (81.25% from 255 or 52.94% from 391); Blue value is 126 (49.61% from 255 or 32.23% from 391); Max value from RGB is 207 - color contains mainly: green. Hex color #3ACF7E is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3ACF7E is #C53081. Grayscale: #999999. Windows color (decimal): -12923010 or 8310586. OLE color: 8310586.

HSL color Cylindrical-coordinate representation of color #3ACF7E: hue angle of 147.38º degrees, saturation: 0.61, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3ACF7E is Cyan = 0.72, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.19.

Color convert

RGB 58 207 126 -
CMYK 0.72 0 0.39 0.19
HSL 147.38º 0.61% 0.52% -
HSV(B) 147.38º 0.72% 0.81% -
XYZ 27.82 47.03 27.35 -
YUV 153.22 112.64 60.09 -
System Red Green Blue C M Y K H S L
Decimal 58 207 126 0.72 0 0.39 0.19 147.38 0.61 0.52
Hex 3A CF 7E 48 0 27 13 93 3D 34
Octal 72 317 176 110 0 47 23 223 75 64
Binary 111010 11001111 1111110 1001000 0 100111 10011 10010011 111101 110100

Color Harmonies of #3ACF7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3ACF7E

Black with #3ACF7E

Text Example


Text Example

White with #3ACF7E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,207,126); }

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

background-color css

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

 a { background-color: rgb(58,207,126); }

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

border-color css

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

 span { border-color: rgb(58,207,126); }

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