#4BCDA0

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

Shades of Shamrock #4BCDA0

Tints of Shamrock #4BCDA0

Color information

#4BCDA0 (or 0x4BCDA0) is unknown color: approx Shamrock. HEX triplet: 4B, CD and A0. RGB value is (75,205,160). Sum of RGB (Red+Green+Blue) = 75+205+160=440 (58% of max value = 765). Red value is 75 (29.69% from 255 or 17.05% from 440); Green value is 205 (80.47% from 255 or 46.59% from 440); Blue value is 160 (62.89% from 255 or 36.36% from 440); Max value from RGB is 205 - color contains mainly: green. Hex color #4BCDA0 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #4BCDA0 is #B4325F. Grayscale: #A1A1A1. Windows color (decimal): -11809376 or 10538315. OLE color: 10538315.

HSL color Cylindrical-coordinate representation of color #4BCDA0: hue angle of 159.23º degrees, saturation: 0.57, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4BCDA0 is Cyan = 0.63, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.20.

Color convert

RGB75205160-
CMYK0.6300.220.20
HSL159.23º56.52%54.9%-
HSV(B)159.23º63.41%80.39%-
XYZ31.0847.740.83-
YUV161127.4366.66-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 17.05%
GREEN value IS 205 (80.47% from 255) = 46.59%
BLUE value IS 160 (62.89% from 255) = 36.36%
R=17.05%
G=46.59%
B=36.36%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal752051600.6300.220.20159.2356.5254.9
Hex4BCDA03F016149f3937
Octal11331524077026242377167
Binary100101111001101101000001111110101101010010011111111001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4BCDA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,205,160); }

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

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

 a { background-color: rgb(75,205,160); }

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

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

 span { border-color: rgb(75,205,160); }

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