Html Css Color HEX #3CC08A Shamrock

📋 copy color: '#3CC08A'

red 60 ◦ green 192 ◦ blue 138

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

Shades of Shamrock #3CC08A

Tints of Shamrock #3CC08A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 35.38%

R = 15.38%
G = 49.23%
B = 35.38%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.28

 K value IS 0.25

RGB Variations

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

Color information

#3CC08A (or 0x3CC08A) is known color: Shamrock. HEX triplet: 3C, C0 and 8A. RGB value is (60,192,138). Sum of RGB (Red+Green+Blue) = 60+192+138=390 (51% of max value = 765). Red value is 60 (23.83% from 255 or 15.38% from 390); Green value is 192 (75.39% from 255 or 49.23% from 390); Blue value is 138 (54.30% from 255 or 35.38% from 390); Max value from RGB is 192 - color contains mainly: green. Hex color #3CC08A is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3CC08A is #C33F75. Grayscale: #929292. Windows color (decimal): -12795766 or 9093180. OLE color: 9093180.

HSL color Cylindrical-coordinate representation of color #3CC08A: hue angle of 155.45º 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 #3CC08A is Cyan = 0.69, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.25.

Color convert

RGB 60 192 138 -
CMYK 0.69 0 0.28 0.25
HSL 155.45º 0.52% 0.49% -
HSV(B) 155.45º 0.69% 0.75% -
XYZ 25.3 40.49 30.53 -
YUV 146.38 123.27 66.39 -
System Red Green Blue C M Y K H S L
Decimal 60 192 138 0.69 0 0.28 0.25 155.45 0.52 0.49
Hex 3C C0 8A 45 0 1C 19 9B 34 31
Octal 74 300 212 105 0 34 31 233 64 61
Binary 111100 11000000 10001010 1000101 0 11100 11001 10011011 110100 110001

Color Harmonies of #3CC08A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3CC08A

Black with #3CC08A

Text Example


Text Example

White with #3CC08A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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