#4BB7AD

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

Shades of Puerto Rico #4BB7AD

Tints of Puerto Rico #4BB7AD

Color information

#4BB7AD (or 0x4BB7AD) is unknown color: approx Puerto Rico. HEX triplet: 4B, B7 and AD. RGB value is (75,183,173). Sum of RGB (Red+Green+Blue) = 75+183+173=431 (57% of max value = 765). Red value is 75 (29.69% from 255 or 17.40% from 431); Green value is 183 (71.88% from 255 or 42.46% from 431); Blue value is 173 (67.97% from 255 or 40.14% from 431); Max value from RGB is 183 - color contains mainly: green. Hex color #4BB7AD is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #4BB7AD is #B44852. Grayscale: #959595. Windows color (decimal): -11814995 or 11384651. OLE color: 11384651.

HSL color Cylindrical-coordinate representation of color #4BB7AD: hue angle of 174.44º degrees, saturation: 0.43, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #4BB7AD is Cyan = 0.59, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.28.

Color convert

RGB75183173-
CMYK0.5900.050.28
HSL174.44º42.86%50.59%-
HSV(B)174.44º59.02%71.76%-
XYZ27.3838.3845.5-
YUV149.57141.2274.81-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 17.40%
GREEN value IS 183 (71.88% from 255) = 42.46%
BLUE value IS 173 (67.97% from 255) = 40.14%
R=17.40%
G=42.46%
B=40.14%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal751831730.5900.050.28174.4442.8650.59
Hex4BB7AD3B051Cae2b33
Octal1132672557305342565363
Binary1001011101101111010110111101101011110010101110101011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4BB7AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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