#4BCAA0

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

Shades of Puerto Rico #4BCAA0

Tints of Puerto Rico #4BCAA0

Color information

#4BCAA0 (or 0x4BCAA0) is unknown color: approx Puerto Rico. HEX triplet: 4B, CA and A0. RGB value is (75,202,160). Sum of RGB (Red+Green+Blue) = 75+202+160=437 (57% of max value = 765). Red value is 75 (29.69% from 255 or 17.16% from 437); Green value is 202 (79.30% from 255 or 46.22% from 437); Blue value is 160 (62.89% from 255 or 36.61% from 437); Max value from RGB is 202 - color contains mainly: green. Hex color #4BCAA0 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #4BCAA0 is #B4355F. Grayscale: #9F9F9F. Windows color (decimal): -11810144 or 10537547. OLE color: 10537547.

HSL color Cylindrical-coordinate representation of color #4BCAA0: hue angle of 160.16º 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 #4BCAA0 is Cyan = 0.63, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.21.

Color convert

RGB75202160-
CMYK0.6300.210.21
HSL160.16º54.51%54.31%-
HSV(B)160.16º62.87%79.22%-
XYZ30.3746.2740.59-
YUV159.24128.4267.92-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 17.16%
GREEN value IS 202 (79.30% from 255) = 46.22%
BLUE value IS 160 (62.89% from 255) = 36.61%
R=17.16%
G=46.22%
B=36.61%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal752021600.6300.210.21160.1654.5154.31
Hex4BCAA03F01515a03736
Octal11331224077025252406766
Binary100101111001010101000001111110101011010110100000110111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4BCAA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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