Html Css Color HEX #3AD596 Shamrock

📋 copy color: '#3AD596'

red 58 ◦ green 213 ◦ blue 150

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

Shades of Shamrock #3AD596

Tints of Shamrock #3AD596

RGB

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

 GREEN value IS 213 (83.59% from 255) = 50.59%

 BLUE value IS 150 (58.98% from 255) = 35.63%

R = 13.78%
G = 50.59%
B = 35.63%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.30

 K value IS 0.16

RGB Variations

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

Color information

#3AD596 (or 0x3AD596) is known color: Shamrock. HEX triplet: 3A, D5 and 96. RGB value is (58,213,150). Sum of RGB (Red+Green+Blue) = 58+213+150=421 (55% of max value = 765). Red value is 58 (23.05% from 255 or 13.78% from 421); Green value is 213 (83.59% from 255 or 50.59% from 421); Blue value is 150 (58.98% from 255 or 35.63% from 421); Max value from RGB is 213 - color contains mainly: green. Hex color #3AD596 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3AD596 is #C52A69. Grayscale: #9F9F9F. Windows color (decimal): -12921450 or 9884986. OLE color: 9884986.

HSL color Cylindrical-coordinate representation of color #3AD596: hue angle of 155.61º degrees, saturation: 0.65, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3AD596 is Cyan = 0.73, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.16.

Color convert

RGB 58 213 150 -
CMYK 0.73 0 0.30 0.16
HSL 155.61º 0.65% 0.53% -
HSV(B) 155.61º 0.73% 0.84% -
XYZ 31.04 50.69 37 -
YUV 159.47 122.65 55.62 -
System Red Green Blue C M Y K H S L
Decimal 58 213 150 0.73 0 0.30 0.16 155.61 0.65 0.53
Hex 3A D5 96 49 0 1E 10 9C 41 35
Octal 72 325 226 111 0 36 20 234 101 65
Binary 111010 11010101 10010110 1001001 0 11110 10000 10011100 1000001 110101

Color Harmonies of #3AD596

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3AD596

Black with #3AD596

Text Example


Text Example

White with #3AD596

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,213,150); }

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

background-color css

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

 a { background-color: rgb(58,213,150); }

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

border-color css

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

 span { border-color: rgb(58,213,150); }

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