Html Css Color HEX #3CC098 Shamrock

📋 copy color: '#3CC098'

red 60 ◦ green 192 ◦ blue 152

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

Shades of Shamrock #3CC098

Tints of Shamrock #3CC098

RGB

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

 GREEN value IS 192 (75.39% from 255) = 47.52%

 BLUE value IS 152 (59.77% from 255) = 37.62%

R = 14.85%
G = 47.52%
B = 37.62%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.21

 K value IS 0.25

RGB Variations

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

Color information

#3CC098 (or 0x3CC098) is known color: Shamrock. HEX triplet: 3C, C0 and 98. RGB value is (60,192,152). Sum of RGB (Red+Green+Blue) = 60+192+152=404 (53% of max value = 765). Red value is 60 (23.83% from 255 or 14.85% from 404); Green value is 192 (75.39% from 255 or 47.52% from 404); Blue value is 152 (59.77% from 255 or 37.62% from 404); Max value from RGB is 192 - color contains mainly: green. Hex color #3CC098 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3CC098 is #C33F67. Grayscale: #949494. Windows color (decimal): -12795752 or 10010684. OLE color: 10010684.

HSL color Cylindrical-coordinate representation of color #3CC098: hue angle of 161.82º degrees, saturation: 0.52, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3CC098 is Cyan = 0.69, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.25.

Color convert

RGB 60 192 152 -
CMYK 0.69 0 0.21 0.25
HSL 161.82º 0.52% 0.49% -
HSV(B) 161.82º 0.69% 0.75% -
XYZ 26.38 40.93 36.22 -
YUV 147.97 130.27 65.25 -
System Red Green Blue C M Y K H S L
Decimal 60 192 152 0.69 0 0.21 0.25 161.82 0.52 0.49
Hex 3C C0 98 45 0 15 19 A2 34 31
Octal 74 300 230 105 0 25 31 242 64 61
Binary 111100 11000000 10011000 1000101 0 10101 11001 10100010 110100 110001

Color Harmonies of #3CC098

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3CC098

Black with #3CC098

Text Example


Text Example

White with #3CC098

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,192,152); }

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

background-color css

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

 a { background-color: rgb(60,192,152); }

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

border-color css

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

 span { border-color: rgb(60,192,152); }

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