Html Css Color HEX #3DC996 Shamrock

📋 copy color: '#3DC996'

red 61 ◦ green 201 ◦ blue 150

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

Shades of Shamrock #3DC996

Tints of Shamrock #3DC996

RGB

 RED value IS 61 (24.22% from 255) = 14.81%

 GREEN value IS 201 (78.91% from 255) = 48.79%

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

R = 14.81%
G = 48.79%
B = 36.41%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.25

 K value IS 0.21

RGB Variations

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

Color information

#3DC996 (or 0x3DC996) is known color: Shamrock. HEX triplet: 3D, C9 and 96. RGB value is (61,201,150). Sum of RGB (Red+Green+Blue) = 61+201+150=412 (54% of max value = 765). Red value is 61 (24.22% from 255 or 14.81% from 412); Green value is 201 (78.91% from 255 or 48.79% from 412); Blue value is 150 (58.98% from 255 or 36.41% from 412); Max value from RGB is 201 - color contains mainly: green. Hex color #3DC996 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3DC996 is #C23669. Grayscale: #999999. Windows color (decimal): -12727914 or 9881917. OLE color: 9881917.

HSL color Cylindrical-coordinate representation of color #3DC996: hue angle of 158.14º degrees, saturation: 0.56, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3DC996 is Cyan = 0.70, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.21.

Color convert

RGB 61 201 150 -
CMYK 0.70 0 0.25 0.21
HSL 158.14º 0.56% 0.51% -
HSV(B) 158.14º 0.7% 0.79% -
XYZ 28.32 44.97 36.04 -
YUV 153.33 126.12 62.15 -
System Red Green Blue C M Y K H S L
Decimal 61 201 150 0.70 0 0.25 0.21 158.14 0.56 0.51
Hex 3D C9 96 46 0 19 15 9E 38 33
Octal 75 311 226 106 0 31 25 236 70 63
Binary 111101 11001001 10010110 1000110 0 11001 10101 10011110 111000 110011

Color Harmonies of #3DC996

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3DC996

Black with #3DC996

Text Example


Text Example

White with #3DC996

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(61,201,150); }

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

background-color css

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

 a { background-color: rgb(61,201,150); }

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

border-color css

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

 span { border-color: rgb(61,201,150); }

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