#4BC1AB

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

Shades of Puerto Rico #4BC1AB

Tints of Puerto Rico #4BC1AB

Color information

#4BC1AB (or 0x4BC1AB) is unknown color: approx Puerto Rico. HEX triplet: 4B, C1 and AB. RGB value is (75,193,171). Sum of RGB (Red+Green+Blue) = 75+193+171=439 (58% of max value = 765). Red value is 75 (29.69% from 255 or 17.08% from 439); Green value is 193 (75.78% from 255 or 43.96% from 439); Blue value is 171 (67.19% from 255 or 38.95% from 439); Max value from RGB is 193 - color contains mainly: green. Hex color #4BC1AB is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #4BC1AB is #B43E54. Grayscale: #9B9B9B. Windows color (decimal): -11812437 or 11256139. OLE color: 11256139.

HSL color Cylindrical-coordinate representation of color #4BC1AB: hue angle of 168.81º degrees, saturation: 0.49, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #4BC1AB is Cyan = 0.61, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.24.

Color convert

RGB75193171-
CMYK0.6100.110.24
HSL168.81º48.76%52.55%-
HSV(B)168.81º61.14%75.69%-
XYZ29.3242.5845.2-
YUV155.21136.9170.79-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 17.08%
GREEN value IS 193 (75.78% from 255) = 43.96%
BLUE value IS 171 (67.19% from 255) = 38.95%
R=17.08%
G=43.96%
B=38.95%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal751931710.6100.110.24168.8148.7652.55
Hex4BC1AB3D0B18a93135
Octal11330125375013302516165
Binary10010111100000110101011111101010111100010101001110001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4BC1AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,193,171); }

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

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

 a { background-color: rgb(75,193,171); }

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

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

 span { border-color: rgb(75,193,171); }

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