#4BC5AB

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

Shades of Puerto Rico #4BC5AB

Tints of Puerto Rico #4BC5AB

Color information

#4BC5AB (or 0x4BC5AB) is unknown color: approx Puerto Rico. HEX triplet: 4B, C5 and AB. RGB value is (75,197,171). Sum of RGB (Red+Green+Blue) = 75+197+171=443 (58% of max value = 765). Red value is 75 (29.69% from 255 or 16.93% from 443); Green value is 197 (77.34% from 255 or 44.47% from 443); Blue value is 171 (67.19% from 255 or 38.60% from 443); Max value from RGB is 197 - color contains mainly: green. Hex color #4BC5AB is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #4BC5AB is #B43A54. Grayscale: #9D9D9D. Windows color (decimal): -11811413 or 11257163. OLE color: 11257163.

HSL color Cylindrical-coordinate representation of color #4BC5AB: hue angle of 167.21º degrees, saturation: 0.51, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4BC5AB is Cyan = 0.62, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.23.

Color convert

RGB75197171-
CMYK0.6200.130.23
HSL167.21º51.26%53.33%-
HSV(B)167.21º61.93%77.25%-
XYZ30.2244.3745.5-
YUV157.56135.5869.11-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 16.93%
GREEN value IS 197 (77.34% from 255) = 44.47%
BLUE value IS 171 (67.19% from 255) = 38.60%
R=16.93%
G=44.47%
B=38.60%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal751971710.6200.130.23167.2151.2653.33
Hex4BC5AB3E0D17a73335
Octal11330525376015272476365
Binary10010111100010110101011111110011011011110100111110011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4BC5AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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