#4BB3A9

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

Shades of Puerto Rico #4BB3A9

Tints of Puerto Rico #4BB3A9

Color information

#4BB3A9 (or 0x4BB3A9) is unknown color: approx Puerto Rico. HEX triplet: 4B, B3 and A9. RGB value is (75,179,169). Sum of RGB (Red+Green+Blue) = 75+179+169=423 (56% of max value = 765). Red value is 75 (29.69% from 255 or 17.73% from 423); Green value is 179 (70.31% from 255 or 42.32% from 423); Blue value is 169 (66.41% from 255 or 39.95% from 423); Max value from RGB is 179 - color contains mainly: green. Hex color #4BB3A9 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #4BB3A9 is #B44C56. Grayscale: #929292. Windows color (decimal): -11816023 or 11121483. OLE color: 11121483.

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

Color convert

RGB75179169-
CMYK0.5800.060.30
HSL174.23º40.94%49.8%-
HSV(B)174.23º58.1%70.2%-
XYZ26.1836.643.22-
YUV146.76140.5476.81-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 17.73%
GREEN value IS 179 (70.31% from 255) = 42.32%
BLUE value IS 169 (66.41% from 255) = 39.95%
R=17.73%
G=42.32%
B=39.95%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal751791690.5800.060.30174.2340.9449.8
Hex4BB3A93A061Eae2932
Octal1132632517206362565162
Binary1001011101100111010100111101001101111010101110101001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4BB3A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,179,169); }

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

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

 a { background-color: rgb(75,179,169); }

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

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

 span { border-color: rgb(75,179,169); }

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