#3DB99B

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

Shades of Shamrock #3DB99B

Tints of Shamrock #3DB99B

Color information

#3DB99B (or 0x3DB99B) is unknown color: approx Shamrock. HEX triplet: 3D, B9 and 9B. RGB value is (61,185,155). Sum of RGB (Red+Green+Blue) = 61+185+155=401 (53% of max value = 765). Red value is 61 (24.22% from 255 or 15.21% from 401); Green value is 185 (72.66% from 255 or 46.13% from 401); Blue value is 155 (60.94% from 255 or 38.65% from 401); Max value from RGB is 185 - color contains mainly: green. Hex color #3DB99B is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3DB99B is #C24664. Grayscale: #909090. Windows color (decimal): -12732005 or 10205501. OLE color: 10205501.

HSL color Cylindrical-coordinate representation of color #3DB99B: hue angle of 165.48º degrees, saturation: 0.5, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #3DB99B is Cyan = 0.67, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.27.

Color convert

RGB61185155-
CMYK0.6700.160.27
HSL165.48º50.41%48.24%-
HSV(B)165.48º67.03%72.55%-
XYZ25.1938.0637.03-
YUV144.5133.9268.44-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 15.21%
GREEN value IS 185 (72.66% from 255) = 46.13%
BLUE value IS 155 (60.94% from 255) = 38.65%
R=15.21%
G=46.13%
B=38.65%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal611851550.6700.160.27165.4850.4148.24
Hex3DB99B430101Ba53230
Octal75271233103020332456260
Binary111101101110011001101110000110100001101110100101110010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3DB99B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,185,155); }

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

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

 a { background-color: rgb(61,185,155); }

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

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

 span { border-color: rgb(61,185,155); }

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