Html Css Color HEX #3CBD9C Shamrock

📋 copy color: '#3CBD9C'

red 60 ◦ green 189 ◦ blue 156

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

Shades of Shamrock #3CBD9C

Tints of Shamrock #3CBD9C

RGB

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

 GREEN value IS 189 (74.22% from 255) = 46.67%

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

R = 14.81%
G = 46.67%
B = 38.52%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.17

 K value IS 0.26

RGB Variations

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

Color information

#3CBD9C (or 0x3CBD9C) is known color: Shamrock. HEX triplet: 3C, BD and 9C. RGB value is (60,189,156). Sum of RGB (Red+Green+Blue) = 60+189+156=405 (53% of max value = 765). Red value is 60 (23.83% from 255 or 14.81% from 405); Green value is 189 (74.22% from 255 or 46.67% from 405); Blue value is 156 (61.33% from 255 or 38.52% from 405); Max value from RGB is 189 - color contains mainly: green. Hex color #3CBD9C is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3CBD9C is #C34263. Grayscale: #929292. Windows color (decimal): -12796516 or 10272060. OLE color: 10272060.

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

Color convert

RGB 60 189 156 -
CMYK 0.68 0 0.17 0.26
HSL 164.65º 0.52% 0.49% -
HSV(B) 164.65º 0.68% 0.74% -
XYZ 26.06 39.76 37.75 -
YUV 146.67 133.26 66.18 -
System Red Green Blue C M Y K H S L
Decimal 60 189 156 0.68 0 0.17 0.26 164.65 0.52 0.49
Hex 3C BD 9C 44 0 11 1A A5 34 31
Octal 74 275 234 104 0 21 32 245 64 61
Binary 111100 10111101 10011100 1000100 0 10001 11010 10100101 110100 110001

Color Harmonies of #3CBD9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3CBD9C

Black with #3CBD9C

Text Example


Text Example

White with #3CBD9C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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