#4BB4A3

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

Shades of Puerto Rico #4BB4A3

Tints of Puerto Rico #4BB4A3

Color information

#4BB4A3 (or 0x4BB4A3) is unknown color: approx Puerto Rico. HEX triplet: 4B, B4 and A3. RGB value is (75,180,163). Sum of RGB (Red+Green+Blue) = 75+180+163=418 (55% of max value = 765). Red value is 75 (29.69% from 255 or 17.94% from 418); Green value is 180 (70.70% from 255 or 43.06% from 418); Blue value is 163 (64.06% from 255 or 39.00% from 418); Max value from RGB is 180 - color contains mainly: green. Hex color #4BB4A3 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #4BB4A3 is #B44B5C. Grayscale: #929292. Windows color (decimal): -11815773 or 10728523. OLE color: 10728523.

HSL color Cylindrical-coordinate representation of color #4BB4A3: hue angle of 170.29º degrees, saturation: 0.41, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #4BB4A3 is Cyan = 0.58, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.29.

Color convert

RGB75180163-
CMYK0.5800.090.29
HSL170.29º41.18%50%-
HSV(B)170.29º58.33%70.59%-
XYZ25.8336.7840.39-
YUV146.67137.2176.88-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 17.94%
GREEN value IS 180 (70.70% from 255) = 43.06%
BLUE value IS 163 (64.06% from 255) = 39.00%
R=17.94%
G=43.06%
B=39.00%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal751801630.5800.090.29170.2941.1850
Hex4BB4A33A091Daa2932
Octal11326424372011352525162
Binary10010111011010010100011111010010011110110101010101001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4BB4A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,180,163); }

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

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

 a { background-color: rgb(75,180,163); }

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

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

 span { border-color: rgb(75,180,163); }

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