#4BB3AB

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

Shades of Puerto Rico #4BB3AB

Tints of Puerto Rico #4BB3AB

Color information

#4BB3AB (or 0x4BB3AB) is unknown color: approx Puerto Rico. HEX triplet: 4B, B3 and AB. RGB value is (75,179,171). Sum of RGB (Red+Green+Blue) = 75+179+171=425 (56% of max value = 765). Red value is 75 (29.69% from 255 or 17.65% from 425); Green value is 179 (70.31% from 255 or 42.12% from 425); Blue value is 171 (67.19% from 255 or 40.24% from 425); Max value from RGB is 179 - color contains mainly: green. Hex color #4BB3AB is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #4BB3AB is #B44C54. Grayscale: #929292. Windows color (decimal): -11816021 or 11252555. OLE color: 11252555.

HSL color Cylindrical-coordinate representation of color #4BB3AB: hue angle of 175.38º 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 #4BB3AB is Cyan = 0.58, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.30.

Color convert

RGB75179171-
CMYK0.5800.040.30
HSL175.38º40.94%49.8%-
HSV(B)175.38º58.1%70.2%-
XYZ26.3736.6844.22-
YUV146.99141.5476.65-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 17.65%
GREEN value IS 179 (70.31% from 255) = 42.12%
BLUE value IS 171 (67.19% from 255) = 40.24%
R=17.65%
G=42.12%
B=40.24%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal751791710.5800.040.30175.3840.9449.8
Hex4BB3AB3A041Eaf2932
Octal1132632537204362575162
Binary1001011101100111010101111101001001111010101111101001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4BB3AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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