#4BB5A1

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

Shades of Puerto Rico #4BB5A1

Tints of Puerto Rico #4BB5A1

Color information

#4BB5A1 (or 0x4BB5A1) is unknown color: approx Puerto Rico. HEX triplet: 4B, B5 and A1. RGB value is (75,181,161). Sum of RGB (Red+Green+Blue) = 75+181+161=417 (55% of max value = 765). Red value is 75 (29.69% from 255 or 17.99% from 417); Green value is 181 (71.09% from 255 or 43.41% from 417); Blue value is 161 (63.28% from 255 or 38.61% from 417); Max value from RGB is 181 - color contains mainly: green. Hex color #4BB5A1 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #4BB5A1 is #B44A5E. Grayscale: #939393. Windows color (decimal): -11815519 or 10597707. OLE color: 10597707.

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

Color convert

RGB75181161-
CMYK0.5900.110.29
HSL168.68º41.73%50.2%-
HSV(B)168.68º58.56%70.98%-
XYZ25.8637.1239.52-
YUV147.03135.8876.63-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 17.99%
GREEN value IS 181 (71.09% from 255) = 43.41%
BLUE value IS 161 (63.28% from 255) = 38.61%
R=17.99%
G=43.41%
B=38.61%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal751811610.5900.110.29168.6841.7350.2
Hex4BB5A13B0B1Da92a32
Octal11326524173013352515262
Binary10010111011010110100001111011010111110110101001101010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4BB5A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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