Html Css Color HEX #3CCC8C Shamrock

📋 copy color: '#3CCC8C'

red 60 ◦ green 204 ◦ blue 140

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

Shades of Shamrock #3CCC8C

Tints of Shamrock #3CCC8C

RGB

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

 GREEN value IS 204 (80.08% from 255) = 50.5%

 BLUE value IS 140 (55.08% from 255) = 34.65%

R = 14.85%
G = 50.5%
B = 34.65%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.31

 K value IS 0.2

RGB Variations

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

Color information

#3CCC8C (or 0x3CCC8C) is known color: Shamrock. HEX triplet: 3C, CC and 8C. RGB value is (60,204,140). Sum of RGB (Red+Green+Blue) = 60+204+140=404 (53% of max value = 765). Red value is 60 (23.83% from 255 or 14.85% from 404); Green value is 204 (80.08% from 255 or 50.50% from 404); Blue value is 140 (55.08% from 255 or 34.65% from 404); Max value from RGB is 204 - color contains mainly: green. Hex color #3CCC8C is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3CCC8C is #C33373. Grayscale: #999999. Windows color (decimal): -12792692 or 9227324. OLE color: 9227324.

HSL color Cylindrical-coordinate representation of color #3CCC8C: hue angle of 153.33º degrees, saturation: 0.59, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3CCC8C is Cyan = 0.71, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.2.

Color convert

RGB 60 204 140 -
CMYK 0.71 0 0.31 0.2
HSL 153.33º 0.59% 0.52% -
HSV(B) 153.33º 0.71% 0.8% -
XYZ 28.19 46.04 32.21 -
YUV 153.65 120.29 61.2 -
System Red Green Blue C M Y K H S L
Decimal 60 204 140 0.71 0 0.31 0.2 153.33 0.59 0.52
Hex 3C CC 8C 47 0 1F 14 99 3B 34
Octal 74 314 214 107 0 37 24 231 73 64
Binary 111100 11001100 10001100 1000111 0 11111 10100 10011001 111011 110100

Color Harmonies of #3CCC8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3CCC8C

Black with #3CCC8C

Text Example


Text Example

White with #3CCC8C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,204,140); }

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

background-color css

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

 a { background-color: rgb(60,204,140); }

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

border-color css

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

 span { border-color: rgb(60,204,140); }

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