#4BB79A

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

Shades of Puerto Rico #4BB79A

Tints of Puerto Rico #4BB79A

Color information

#4BB79A (or 0x4BB79A) is unknown color: approx Puerto Rico. HEX triplet: 4B, B7 and 9A. RGB value is (75,183,154). Sum of RGB (Red+Green+Blue) = 75+183+154=412 (54% of max value = 765). Red value is 75 (29.69% from 255 or 18.20% from 412); Green value is 183 (71.88% from 255 or 44.42% from 412); Blue value is 154 (60.55% from 255 or 37.38% from 412); Max value from RGB is 183 - color contains mainly: green. Hex color #4BB79A is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #4BB79A is #B44865. Grayscale: #939393. Windows color (decimal): -11815014 or 10139467. OLE color: 10139467.

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

Color convert

RGB75183154-
CMYK0.5900.160.28
HSL163.89º42.86%50.59%-
HSV(B)163.89º59.02%71.76%-
XYZ25.6737.736.5-
YUV147.4131.7276.36-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 18.20%
GREEN value IS 183 (71.88% from 255) = 44.42%
BLUE value IS 154 (60.55% from 255) = 37.38%
R=18.20%
G=44.42%
B=37.38%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal751831540.5900.160.28163.8942.8650.59
Hex4BB79A3B0101Ca42b33
Octal11326723273020342445363
Binary100101110110111100110101110110100001110010100100101011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4BB79A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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