Html Css Color HEX #3CCE8C Shamrock

📋 copy color: '#3CCE8C'

red 60 ◦ green 206 ◦ blue 140

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

Shades of Shamrock #3CCE8C

Tints of Shamrock #3CCE8C

RGB

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

 GREEN value IS 206 (80.86% from 255) = 50.74%

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

R = 14.78%
G = 50.74%
B = 34.48%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.32

 K value IS 0.19

RGB Variations

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

Color information

#3CCE8C (or 0x3CCE8C) is known color: Shamrock. HEX triplet: 3C, CE and 8C. RGB value is (60,206,140). Sum of RGB (Red+Green+Blue) = 60+206+140=406 (53% of max value = 765). Red value is 60 (23.83% from 255 or 14.78% from 406); Green value is 206 (80.86% from 255 or 50.74% from 406); Blue value is 140 (55.08% from 255 or 34.48% from 406); Max value from RGB is 206 - color contains mainly: green. Hex color #3CCE8C is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3CCE8C is #C33173. Grayscale: #9A9A9A. Windows color (decimal): -12792180 or 9227836. OLE color: 9227836.

HSL color Cylindrical-coordinate representation of color #3CCE8C: hue angle of 152.88º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3CCE8C is Cyan = 0.71, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.19.

Color convert

RGB 60 206 140 -
CMYK 0.71 0 0.32 0.19
HSL 152.88º 0.6% 0.52% -
HSV(B) 152.88º 0.71% 0.81% -
XYZ 28.67 47 32.37 -
YUV 154.82 119.63 60.37 -
System Red Green Blue C M Y K H S L
Decimal 60 206 140 0.71 0 0.32 0.19 152.88 0.6 0.52
Hex 3C CE 8C 47 0 20 13 99 3C 34
Octal 74 316 214 107 0 40 23 231 74 64
Binary 111100 11001110 10001100 1000111 0 100000 10011 10011001 111100 110100

Color Harmonies of #3CCE8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3CCE8C

Black with #3CCE8C

Text Example


Text Example

White with #3CCE8C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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