#4BCA9A

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

Shades of Shamrock #4BCA9A

Tints of Shamrock #4BCA9A

Color information

#4BCA9A (or 0x4BCA9A) is unknown color: approx Shamrock. HEX triplet: 4B, CA and 9A. RGB value is (75,202,154). Sum of RGB (Red+Green+Blue) = 75+202+154=431 (57% of max value = 765). Red value is 75 (29.69% from 255 or 17.40% from 431); Green value is 202 (79.30% from 255 or 46.87% from 431); Blue value is 154 (60.55% from 255 or 35.73% from 431); Max value from RGB is 202 - color contains mainly: green. Hex color #4BCA9A is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #4BCA9A is #B43565. Grayscale: #9E9E9E. Windows color (decimal): -11810150 or 10144331. OLE color: 10144331.

HSL color Cylindrical-coordinate representation of color #4BCA9A: hue angle of 157.32º degrees, saturation: 0.55, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4BCA9A is Cyan = 0.63, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.21.

Color convert

RGB75202154-
CMYK0.6300.240.21
HSL157.32º54.51%54.31%-
HSV(B)157.32º62.87%79.22%-
XYZ29.8546.0737.89-
YUV158.56125.4268.4-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 17.40%
GREEN value IS 202 (79.30% from 255) = 46.87%
BLUE value IS 154 (60.55% from 255) = 35.73%
R=17.40%
G=46.87%
B=35.73%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal752021540.6300.240.21157.3254.5154.31
Hex4BCA9A3F018159d3736
Octal11331223277030252356766
Binary100101111001010100110101111110110001010110011101110111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4BCA9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,202,154); }

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

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

 a { background-color: rgb(75,202,154); }

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

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

 span { border-color: rgb(75,202,154); }

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