Html Css Color HEX #3AFA7A Emerald

📋 copy color: '#3AFA7A'

red 58 ◦ green 250 ◦ blue 122

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

Shades of Emerald #3AFA7A

Tints of Emerald #3AFA7A

RGB

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

 GREEN value IS 250 (98.05% from 255) = 58.14%

 BLUE value IS 122 (48.05% from 255) = 28.37%

R = 13.49%
G = 58.14%
B = 28.37%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.51

 K value IS 0.02

RGB Variations

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

Color information

#3AFA7A (or 0x3AFA7A) is known color: Emerald. HEX triplet: 3A, FA and 7A. RGB value is (58,250,122). Sum of RGB (Red+Green+Blue) = 58+250+122=430 (56% of max value = 765). Red value is 58 (23.05% from 255 or 13.49% from 430); Green value is 250 (98.05% from 255 or 58.14% from 430); Blue value is 122 (48.05% from 255 or 28.37% from 430); Max value from RGB is 250 - color contains mainly: green. Hex color #3AFA7A is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #3AFA7A is #C50585. Grayscale: #B2B2B2. Windows color (decimal): -12912006 or 8059450. OLE color: 8059450.

HSL color Cylindrical-coordinate representation of color #3AFA7A: hue angle of 140º degrees, saturation: 0.95, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3AFA7A is Cyan = 0.77, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.02.

Color convert

RGB 58 250 122 -
CMYK 0.77 0 0.51 0.02
HSL 140º 0.95% 0.6% -
HSV(B) 140º 0.77% 0.98% -
XYZ 39.44 70.68 29.98 -
YUV 178 96.39 42.41 -
System Red Green Blue C M Y K H S L
Decimal 58 250 122 0.77 0 0.51 0.02 140 0.95 0.6
Hex 3A FA 7A 4D 0 33 2 8C 5F 3C
Octal 72 372 172 115 0 63 2 214 137 74
Binary 111010 11111010 1111010 1001101 0 110011 10 10001100 1011111 111100

Color Harmonies of #3AFA7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3AFA7A

Black with #3AFA7A

Text Example


Text Example

White with #3AFA7A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,250,122); }

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

background-color css

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

 a { background-color: rgb(58,250,122); }

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

border-color css

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

 span { border-color: rgb(58,250,122); }

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