Html Css Color HEX #3CBE9C Shamrock

📋 copy color: '#3CBE9C'

red 60 ◦ green 190 ◦ blue 156

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

Shades of Shamrock #3CBE9C

Tints of Shamrock #3CBE9C

RGB

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

 GREEN value IS 190 (74.61% from 255) = 46.8%

 BLUE value IS 156 (61.33% from 255) = 38.42%

R = 14.78%
G = 46.8%
B = 38.42%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.18

 K value IS 0.25

RGB Variations

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

Color information

#3CBE9C (or 0x3CBE9C) is known color: Shamrock. HEX triplet: 3C, BE and 9C. RGB value is (60,190,156). Sum of RGB (Red+Green+Blue) = 60+190+156=406 (53% of max value = 765). Red value is 60 (23.83% from 255 or 14.78% from 406); Green value is 190 (74.61% from 255 or 46.80% from 406); Blue value is 156 (61.33% from 255 or 38.42% from 406); Max value from RGB is 190 - color contains mainly: green. Hex color #3CBE9C is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3CBE9C is #C34163. Grayscale: #939393. Windows color (decimal): -12796260 or 10272316. OLE color: 10272316.

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

Color convert

RGB 60 190 156 -
CMYK 0.68 0 0.18 0.25
HSL 164.31º 0.52% 0.49% -
HSV(B) 164.31º 0.68% 0.75% -
XYZ 26.28 40.19 37.82 -
YUV 147.25 132.93 65.76 -
System Red Green Blue C M Y K H S L
Decimal 60 190 156 0.68 0 0.18 0.25 164.31 0.52 0.49
Hex 3C BE 9C 44 0 12 19 A4 34 31
Octal 74 276 234 104 0 22 31 244 64 61
Binary 111100 10111110 10011100 1000100 0 10010 11001 10100100 110100 110001

Color Harmonies of #3CBE9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3CBE9C

Black with #3CBE9C

Text Example


Text Example

White with #3CBE9C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,190,156); }

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

background-color css

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

 a { background-color: rgb(60,190,156); }

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

border-color css

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

 span { border-color: rgb(60,190,156); }

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