#4BB5AD

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

Shades of Puerto Rico #4BB5AD

Tints of Puerto Rico #4BB5AD

Color information

#4BB5AD (or 0x4BB5AD) is unknown color: approx Puerto Rico. HEX triplet: 4B, B5 and AD. RGB value is (75,181,173). Sum of RGB (Red+Green+Blue) = 75+181+173=429 (56% of max value = 765). Red value is 75 (29.69% from 255 or 17.48% from 429); Green value is 181 (71.09% from 255 or 42.19% from 429); Blue value is 173 (67.97% from 255 or 40.33% from 429); Max value from RGB is 181 - color contains mainly: green. Hex color #4BB5AD is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #4BB5AD is #B44A52. Grayscale: #949494. Windows color (decimal): -11815507 or 11384139. OLE color: 11384139.

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

Color convert

RGB75181173-
CMYK0.5900.040.29
HSL175.47º41.73%50.2%-
HSV(B)175.47º58.56%70.98%-
XYZ26.9737.5645.36-
YUV148.39141.8875.65-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 17.48%
GREEN value IS 181 (71.09% from 255) = 42.19%
BLUE value IS 173 (67.97% from 255) = 40.33%
R=17.48%
G=42.19%
B=40.33%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal751811730.5900.040.29175.4741.7350.2
Hex4BB5AD3B041Daf2a32
Octal1132652557304352575262
Binary1001011101101011010110111101101001110110101111101010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4BB5AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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