#4BDBA1

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

Shades of Shamrock #4BDBA1

Tints of Shamrock #4BDBA1

Color information

#4BDBA1 (or 0x4BDBA1) is unknown color: approx Shamrock. HEX triplet: 4B, DB and A1. RGB value is (75,219,161). Sum of RGB (Red+Green+Blue) = 75+219+161=455 (60% of max value = 765). Red value is 75 (29.69% from 255 or 16.48% from 455); Green value is 219 (85.94% from 255 or 48.13% from 455); Blue value is 161 (63.28% from 255 or 35.38% from 455); Max value from RGB is 219 - color contains mainly: green. Hex color #4BDBA1 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #4BDBA1 is #B4245E. Grayscale: #A9A9A9. Windows color (decimal): -11805791 or 10607435. OLE color: 10607435.

HSL color Cylindrical-coordinate representation of color #4BDBA1: hue angle of 155.83º degrees, saturation: 0.67, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4BDBA1 is Cyan = 0.66, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.14.

Color convert

RGB75219161-
CMYK0.6600.260.14
HSL155.83º66.67%57.65%-
HSV(B)155.83º65.75%85.88%-
XYZ34.6754.7342.46-
YUV169.33123.2960.72-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 16.48%
GREEN value IS 219 (85.94% from 255) = 48.13%
BLUE value IS 161 (63.28% from 255) = 35.38%
R=16.48%
G=48.13%
B=35.38%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal752191610.6600.260.14155.8366.6757.65
Hex4BDBA14201AE9c433a
Octal1133332411020321623410372
Binary1001011110110111010000110000100110101110100111001000011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4BDBA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4BDBA1; }

 p { color: rgb(75,219,161); }

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

<style>
 a { background-color: #4BDBA1; }

 a { background-color: rgb(75,219,161); }

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

<style>
 span { border-color: #4BDBA1; }

 span { border-color: rgb(75,219,161); }

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