Html Css Color HEX #3DC696 Shamrock

📋 copy color: '#3DC696'

red 61 ◦ green 198 ◦ blue 150

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

Shades of Shamrock #3DC696

Tints of Shamrock #3DC696

RGB

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

 GREEN value IS 198 (77.73% from 255) = 48.41%

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

R = 14.91%
G = 48.41%
B = 36.67%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.24

 K value IS 0.22

RGB Variations

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

Color information

#3DC696 (or 0x3DC696) is known color: Shamrock. HEX triplet: 3D, C6 and 96. RGB value is (61,198,150). Sum of RGB (Red+Green+Blue) = 61+198+150=409 (54% of max value = 765). Red value is 61 (24.22% from 255 or 14.91% from 409); Green value is 198 (77.73% from 255 or 48.41% from 409); Blue value is 150 (58.98% from 255 or 36.67% from 409); Max value from RGB is 198 - color contains mainly: green. Hex color #3DC696 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3DC696 is #C23969. Grayscale: #979797. Windows color (decimal): -12728682 or 9881149. OLE color: 9881149.

HSL color Cylindrical-coordinate representation of color #3DC696: hue angle of 158.98º degrees, saturation: 0.55, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3DC696 is Cyan = 0.69, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.22.

Color convert

RGB 61 198 150 -
CMYK 0.69 0 0.24 0.22
HSL 158.98º 0.55% 0.51% -
HSV(B) 158.98º 0.69% 0.78% -
XYZ 27.62 43.58 35.81 -
YUV 151.57 127.11 63.4 -
System Red Green Blue C M Y K H S L
Decimal 61 198 150 0.69 0 0.24 0.22 158.98 0.55 0.51
Hex 3D C6 96 45 0 18 16 9F 37 33
Octal 75 306 226 105 0 30 26 237 67 63
Binary 111101 11000110 10010110 1000101 0 11000 10110 10011111 110111 110011

Color Harmonies of #3DC696

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3DC696

Black with #3DC696

Text Example


Text Example

White with #3DC696

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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