#3CBE98

Color #3CBE98 Shamrock (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Shamrock #3CBE98

Tints of Shamrock #3CBE98

Color information

#3CBE98 (or 0x3CBE98) is unknown color: approx Shamrock. HEX triplet: 3C, BE and 98. RGB value is (60,190,152). Sum of RGB (Red+Green+Blue) = 60+190+152=402 (53% of max value = 765). Red value is 60 (23.83% from 255 or 14.93% from 402); Green value is 190 (74.61% from 255 or 47.26% from 402); Blue value is 152 (59.77% from 255 or 37.81% from 402); Max value from RGB is 190 - color contains mainly: green. Hex color #3CBE98 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3CBE98 is #C34167. Grayscale: #929292. Windows color (decimal): -12796264 or 10010172. OLE color: 10010172.

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

Color convert

RGB60190152-
CMYK0.6800.20.25
HSL162.46º52%49.02%-
HSV(B)162.46º68.42%74.51%-
XYZ25.9440.0536.07-
YUV146.8130.9366.09-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 14.93%
GREEN value IS 190 (74.61% from 255) = 47.26%
BLUE value IS 152 (59.77% from 255) = 37.81%
R=14.93%
G=47.26%
B=37.81%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.2
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal601901520.6800.20.25162.465249.02
Hex3CBE984401419a23431
Octal74276230104024312426461
Binary111100101111101001100010001000101001100110100010110100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3CBE98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #3CBE98;
 }
 .AnyTagClassName
 {
   color: #3CBE98;
 }
</style>
background-color css

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

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

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

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

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

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