Html Css Color HEX #3CCA94 Shamrock

📋 copy color: '#3CCA94'

red 60 ◦ green 202 ◦ blue 148

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

Shades of Shamrock #3CCA94

Tints of Shamrock #3CCA94

RGB

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

 GREEN value IS 202 (79.3% from 255) = 49.27%

 BLUE value IS 148 (58.2% from 255) = 36.1%

R = 14.63%
G = 49.27%
B = 36.1%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.27

 K value IS 0.21

RGB Variations

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

Color information

#3CCA94 (or 0x3CCA94) is known color: Shamrock. HEX triplet: 3C, CA and 94. RGB value is (60,202,148). Sum of RGB (Red+Green+Blue) = 60+202+148=410 (54% of max value = 765). Red value is 60 (23.83% from 255 or 14.63% from 410); Green value is 202 (79.30% from 255 or 49.27% from 410); Blue value is 148 (58.20% from 255 or 36.10% from 410); Max value from RGB is 202 - color contains mainly: green. Hex color #3CCA94 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3CCA94 is #C3356B. Grayscale: #999999. Windows color (decimal): -12793196 or 9751100. OLE color: 9751100.

HSL color Cylindrical-coordinate representation of color #3CCA94: hue angle of 157.18º degrees, saturation: 0.57, 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 #3CCA94 is Cyan = 0.70, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.21.

Color convert

RGB 60 202 148 -
CMYK 0.70 0 0.27 0.21
HSL 157.18º 0.57% 0.51% -
HSV(B) 157.18º 0.7% 0.79% -
XYZ 28.33 45.34 35.28 -
YUV 153.39 124.96 61.39 -
System Red Green Blue C M Y K H S L
Decimal 60 202 148 0.70 0 0.27 0.21 157.18 0.57 0.51
Hex 3C CA 94 46 0 1B 15 9D 39 33
Octal 74 312 224 106 0 33 25 235 71 63
Binary 111100 11001010 10010100 1000110 0 11011 10101 10011101 111001 110011

Color Harmonies of #3CCA94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3CCA94

Black with #3CCA94

Text Example


Text Example

White with #3CCA94

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,202,148); }

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

background-color css

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

 a { background-color: rgb(60,202,148); }

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

border-color css

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

 span { border-color: rgb(60,202,148); }

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