Html Css Color HEX #3CC896 Shamrock

📋 copy color: '#3CC896'

red 60 ◦ green 200 ◦ blue 150

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

Shades of Shamrock #3CC896

Tints of Shamrock #3CC896

RGB

 RED value IS 60 (23.83% from 255) = 14.63%

 GREEN value IS 200 (78.52% from 255) = 48.78%

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

R = 14.63%
G = 48.78%
B = 36.59%

CMYK

 C value IS 0.7

 M value IS 0

 Y value IS 0.25

 K value IS 0.22

RGB Variations

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

Color information

#3CC896 (or 0x3CC896) is known color: Shamrock. HEX triplet: 3C, C8 and 96. RGB value is (60,200,150). Sum of RGB (Red+Green+Blue) = 60+200+150=410 (54% of max value = 765). Red value is 60 (23.83% from 255 or 14.63% from 410); Green value is 200 (78.52% from 255 or 48.78% from 410); Blue value is 150 (58.98% from 255 or 36.59% from 410); Max value from RGB is 200 - color contains mainly: green. Hex color #3CC896 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3CC896 is #C33769. Grayscale: #989898. Windows color (decimal): -12793706 or 9881660. OLE color: 9881660.

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

Color convert

RGB 60 200 150 -
CMYK 0.7 0 0.25 0.22
HSL 158.57º 0.56% 0.51% -
HSV(B) 158.57º 0.7% 0.78% -
XYZ 28.02 44.47 35.96 -
YUV 152.44 126.62 62.07 -
System Red Green Blue C M Y K H S L
Decimal 60 200 150 0.7 0 0.25 0.22 158.57 0.56 0.51
Hex 3C C8 96 46 0 19 16 9F 38 33
Octal 74 310 226 106 0 31 26 237 70 63
Binary 111100 11001000 10010110 1000110 0 11001 10110 10011111 111000 110011

Color Harmonies of #3CC896

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3CC896

Black with #3CC896

Text Example


Text Example

White with #3CC896

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,200,150); }

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

background-color css

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

 a { background-color: rgb(60,200,150); }

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

border-color css

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

 span { border-color: rgb(60,200,150); }

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