#4BAC9C

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

Shades of Puerto Rico #4BAC9C

Tints of Puerto Rico #4BAC9C

Color information

#4BAC9C (or 0x4BAC9C) is unknown color: approx Puerto Rico. HEX triplet: 4B, AC and 9C. RGB value is (75,172,156). Sum of RGB (Red+Green+Blue) = 75+172+156=403 (53% of max value = 765). Red value is 75 (29.69% from 255 or 18.61% from 403); Green value is 172 (67.58% from 255 or 42.68% from 403); Blue value is 156 (61.33% from 255 or 38.71% from 403); Max value from RGB is 172 - color contains mainly: green. Hex color #4BAC9C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4BAC9C is #B45363. Grayscale: #8D8D8D. Windows color (decimal): -11817828 or 10267723. OLE color: 10267723.

HSL color Cylindrical-coordinate representation of color #4BAC9C: hue angle of 170.1º degrees, saturation: 0.39, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #4BAC9C is Cyan = 0.56, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.33.

Color convert

RGB75172156-
CMYK0.5600.090.33
HSL170.1º39.27%48.43%-
HSV(B)170.1º56.4%67.45%-
XYZ23.6533.436.65-
YUV141.17136.3680.8-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 18.61%
GREEN value IS 172 (67.58% from 255) = 42.68%
BLUE value IS 156 (61.33% from 255) = 38.71%
R=18.61%
G=42.68%
B=38.71%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal751721560.5600.090.33170.139.2748.43
Hex4BAC9C380921aa2730
Octal11325423470011412524760
Binary100101110101100100111001110000100110000110101010100111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4BAC9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,172,156); }

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

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

 a { background-color: rgb(75,172,156); }

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

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

 span { border-color: rgb(75,172,156); }

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