#4BBFA0

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

Shades of Puerto Rico #4BBFA0

Tints of Puerto Rico #4BBFA0

Color information

#4BBFA0 (or 0x4BBFA0) is unknown color: approx Puerto Rico. HEX triplet: 4B, BF and A0. RGB value is (75,191,160). Sum of RGB (Red+Green+Blue) = 75+191+160=426 (56% of max value = 765). Red value is 75 (29.69% from 255 or 17.61% from 426); Green value is 191 (75% from 255 or 44.84% from 426); Blue value is 160 (62.89% from 255 or 37.56% from 426); Max value from RGB is 191 - color contains mainly: green. Hex color #4BBFA0 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #4BBFA0 is #B4405F. Grayscale: #989898. Windows color (decimal): -11812960 or 10534731. OLE color: 10534731.

HSL color Cylindrical-coordinate representation of color #4BBFA0: hue angle of 163.97º degrees, saturation: 0.48, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #4BBFA0 is Cyan = 0.61, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.25.

Color convert

RGB75191160-
CMYK0.6100.160.25
HSL163.97º47.54%52.16%-
HSV(B)163.97º60.73%74.9%-
XYZ27.8841.339.76-
YUV152.78132.0772.52-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 17.61%
GREEN value IS 191 (75% from 255) = 44.84%
BLUE value IS 160 (62.89% from 255) = 37.56%
R=17.61%
G=44.84%
B=37.56%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal751911600.6100.160.25163.9747.5452.16
Hex4BBFA03D01019a43034
Octal11327724075020312446064
Binary100101110111111101000001111010100001100110100100110000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4BBFA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,191,160); }

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

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

 a { background-color: rgb(75,191,160); }

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

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

 span { border-color: rgb(75,191,160); }

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