#3DCC88

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

Shades of Shamrock #3DCC88

Tints of Shamrock #3DCC88

Color information

#3DCC88 (or 0x3DCC88) is unknown color: approx Shamrock. HEX triplet: 3D, CC and 88. RGB value is (61,204,136). Sum of RGB (Red+Green+Blue) = 61+204+136=401 (53% of max value = 765). Red value is 61 (24.22% from 255 or 15.21% from 401); Green value is 204 (80.08% from 255 or 50.87% from 401); Blue value is 136 (53.52% from 255 or 33.92% from 401); Max value from RGB is 204 - color contains mainly: green. Hex color #3DCC88 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3DCC88 is #C23377. Grayscale: #999999. Windows color (decimal): -12727160 or 8965181. OLE color: 8965181.

HSL color Cylindrical-coordinate representation of color #3DCC88: hue angle of 151.47º degrees, saturation: 0.58, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3DCC88 is Cyan = 0.70, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.2.

Color convert

RGB61204136-
CMYK0.7000.330.2
HSL151.47º58.37%51.96%-
HSV(B)151.47º70.1%80%-
XYZ27.9645.9630.69-
YUV153.49118.1262.03-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 15.21%
GREEN value IS 204 (80.08% from 255) = 50.87%
BLUE value IS 136 (53.52% from 255) = 33.92%
R=15.21%
G=50.87%
B=33.92%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal612041360.7000.330.2151.4758.3751.96
Hex3DCC884602114973a34
Octal75314210106041242277264
Binary1111011100110010001000100011001000011010010010111111010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3DCC88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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