#4BB5AB

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

Shades of Puerto Rico #4BB5AB

Tints of Puerto Rico #4BB5AB

Color information

#4BB5AB (or 0x4BB5AB) is unknown color: approx Puerto Rico. HEX triplet: 4B, B5 and AB. RGB value is (75,181,171). Sum of RGB (Red+Green+Blue) = 75+181+171=427 (56% of max value = 765). Red value is 75 (29.69% from 255 or 17.56% from 427); Green value is 181 (71.09% from 255 or 42.39% from 427); Blue value is 171 (67.19% from 255 or 40.05% from 427); Max value from RGB is 181 - color contains mainly: green. Hex color #4BB5AB is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #4BB5AB is #B44A54. Grayscale: #949494. Windows color (decimal): -11815509 or 11253067. OLE color: 11253067.

HSL color Cylindrical-coordinate representation of color #4BB5AB: hue angle of 174.34º degrees, saturation: 0.42, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #4BB5AB is Cyan = 0.59, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.29.

Color convert

RGB75181171-
CMYK0.5900.060.29
HSL174.34º41.73%50.2%-
HSV(B)174.34º58.56%70.98%-
XYZ26.7837.4844.35-
YUV148.17140.8875.81-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 17.56%
GREEN value IS 181 (71.09% from 255) = 42.39%
BLUE value IS 171 (67.19% from 255) = 40.05%
R=17.56%
G=42.39%
B=40.05%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal751811710.5900.060.29174.3441.7350.2
Hex4BB5AB3B061Dae2a32
Octal1132652537306352565262
Binary1001011101101011010101111101101101110110101110101010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4BB5AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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