#4BB5AF

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

Shades of Puerto Rico #4BB5AF

Tints of Puerto Rico #4BB5AF

Color information

#4BB5AF (or 0x4BB5AF) is unknown color: approx Puerto Rico. HEX triplet: 4B, B5 and AF. RGB value is (75,181,175). Sum of RGB (Red+Green+Blue) = 75+181+175=431 (57% of max value = 765). Red value is 75 (29.69% from 255 or 17.40% from 431); Green value is 181 (71.09% from 255 or 42.00% from 431); Blue value is 175 (68.75% from 255 or 40.60% from 431); Max value from RGB is 181 - color contains mainly: green. Hex color #4BB5AF is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #4BB5AF is #B44A50. Grayscale: #949494. Windows color (decimal): -11815505 or 11515211. OLE color: 11515211.

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

Color convert

RGB75181175-
CMYK0.5900.030.29
HSL176.6º41.73%50.2%-
HSV(B)176.6º58.56%70.98%-
XYZ27.1637.6446.39-
YUV148.62142.8875.49-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 17.40%
GREEN value IS 181 (71.09% from 255) = 42.00%
BLUE value IS 175 (68.75% from 255) = 40.60%
R=17.40%
G=42.00%
B=40.60%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal751811750.5900.030.29176.641.7350.2
Hex4BB5AF3B031Db12a32
Octal1132652577303352615262
Binary100101110110101101011111110110111110110110001101010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4BB5AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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