Html Css Color HEX #3CBEA0 Shamrock

📋 copy color: '#3CBEA0'

red 60 ◦ green 190 ◦ blue 160

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

Shades of Shamrock #3CBEA0

Tints of Shamrock #3CBEA0

RGB

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

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

 BLUE value IS 160 (62.89% from 255) = 39.02%

R = 14.63%
G = 46.34%
B = 39.02%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.16

 K value IS 0.25

RGB Variations

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

Color information

#3CBEA0 (or 0x3CBEA0) is known color: Shamrock. HEX triplet: 3C, BE and A0. RGB value is (60,190,160). Sum of RGB (Red+Green+Blue) = 60+190+160=410 (54% of max value = 765). Red value is 60 (23.83% from 255 or 14.63% from 410); Green value is 190 (74.61% from 255 or 46.34% from 410); Blue value is 160 (62.89% from 255 or 39.02% from 410); Max value from RGB is 190 - color contains mainly: green. Hex color #3CBEA0 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3CBEA0 is #C3415F. Grayscale: #939393. Windows color (decimal): -12796256 or 10534460. OLE color: 10534460.

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

Color convert

RGB 60 190 160 -
CMYK 0.68 0 0.16 0.25
HSL 166.15º 0.52% 0.49% -
HSV(B) 166.15º 0.68% 0.75% -
XYZ 26.62 40.33 39.64 -
YUV 147.71 134.93 65.44 -
System Red Green Blue C M Y K H S L
Decimal 60 190 160 0.68 0 0.16 0.25 166.15 0.52 0.49
Hex 3C BE A0 44 0 10 19 A6 34 31
Octal 74 276 240 104 0 20 31 246 64 61
Binary 111100 10111110 10100000 1000100 0 10000 11001 10100110 110100 110001

Color Harmonies of #3CBEA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3CBEA0

Black with #3CBEA0

Text Example


Text Example

White with #3CBEA0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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