Html Css Color HEX #3CBE9A Shamrock

📋 copy color: '#3CBE9A'

red 60 ◦ green 190 ◦ blue 154

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

Shades of Shamrock #3CBE9A

Tints of Shamrock #3CBE9A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 38.12%

R = 14.85%
G = 47.03%
B = 38.12%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.19

 K value IS 0.25

RGB Variations

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

Color information

#3CBE9A (or 0x3CBE9A) is known color: Shamrock. HEX triplet: 3C, BE and 9A. RGB value is (60,190,154). Sum of RGB (Red+Green+Blue) = 60+190+154=404 (53% of max value = 765). Red value is 60 (23.83% from 255 or 14.85% from 404); Green value is 190 (74.61% from 255 or 47.03% from 404); Blue value is 154 (60.55% from 255 or 38.12% from 404); Max value from RGB is 190 - color contains mainly: green. Hex color #3CBE9A is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3CBE9A is #C34165. Grayscale: #939393. Windows color (decimal): -12796262 or 10141244. OLE color: 10141244.

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

Color convert

RGB 60 190 154 -
CMYK 0.68 0 0.19 0.25
HSL 163.38º 0.52% 0.49% -
HSV(B) 163.38º 0.68% 0.75% -
XYZ 26.11 40.12 36.94 -
YUV 147.03 131.93 65.93 -
System Red Green Blue C M Y K H S L
Decimal 60 190 154 0.68 0 0.19 0.25 163.38 0.52 0.49
Hex 3C BE 9A 44 0 13 19 A3 34 31
Octal 74 276 232 104 0 23 31 243 64 61
Binary 111100 10111110 10011010 1000100 0 10011 11001 10100011 110100 110001

Color Harmonies of #3CBE9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3CBE9A

Black with #3CBE9A

Text Example


Text Example

White with #3CBE9A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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