#3DC088

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

Shades of Shamrock #3DC088

Tints of Shamrock #3DC088

Color information

#3DC088 (or 0x3DC088) is unknown color: approx Shamrock. HEX triplet: 3D, C0 and 88. RGB value is (61,192,136). Sum of RGB (Red+Green+Blue) = 61+192+136=389 (51% of max value = 765). Red value is 61 (24.22% from 255 or 15.68% from 389); Green value is 192 (75.39% from 255 or 49.36% from 389); Blue value is 136 (53.52% from 255 or 34.96% from 389); Max value from RGB is 192 - color contains mainly: green. Hex color #3DC088 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3DC088 is #C23F77. Grayscale: #929292. Windows color (decimal): -12730232 or 8962109. OLE color: 8962109.

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

Color convert

RGB61192136-
CMYK0.6800.290.25
HSL154.35º51.78%49.61%-
HSV(B)154.35º68.23%75.29%-
XYZ25.2240.4729.77-
YUV146.45122.167.05-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 15.68%
GREEN value IS 192 (75.39% from 255) = 49.36%
BLUE value IS 136 (53.52% from 255) = 34.96%
R=15.68%
G=49.36%
B=34.96%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal611921360.6800.290.25154.3551.7849.61
Hex3DC0884401D199a3432
Octal75300210104035312326462
Binary111101110000001000100010001000111011100110011010110100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3DC088

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,192,136); }

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

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

 a { background-color: rgb(61,192,136); }

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

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

 span { border-color: rgb(61,192,136); }

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