#4BBE9F

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

Shades of Puerto Rico #4BBE9F

Tints of Puerto Rico #4BBE9F

Color information

#4BBE9F (or 0x4BBE9F) is unknown color: approx Puerto Rico. HEX triplet: 4B, BE and 9F. RGB value is (75,190,159). Sum of RGB (Red+Green+Blue) = 75+190+159=424 (56% of max value = 765). Red value is 75 (29.69% from 255 or 17.69% from 424); Green value is 190 (74.61% from 255 or 44.81% from 424); Blue value is 159 (62.5% from 255 or 37.5% from 424); Max value from RGB is 190 - color contains mainly: green. Hex color #4BBE9F is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #4BBE9F is #B44160. Grayscale: #989898. Windows color (decimal): -11813217 or 10468939. OLE color: 10468939.

HSL color Cylindrical-coordinate representation of color #4BBE9F: hue angle of 163.83º degrees, saturation: 0.47, 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 #4BBE9F is Cyan = 0.61, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.25.

Color convert

RGB75190159-
CMYK0.6100.160.25
HSL163.83º46.94%51.96%-
HSV(B)163.83º60.53%74.51%-
XYZ27.5740.8339.23-
YUV152.08131.973.02-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 17.69%
GREEN value IS 190 (74.61% from 255) = 44.81%
BLUE value IS 159 (62.5% from 255) = 37.5%
R=17.69%
G=44.81%
B=37.5%

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
Decimal751901590.6100.160.25163.8346.9451.96
Hex4BBE9F3D01019a42f34
Octal11327623775020312445764
Binary100101110111110100111111111010100001100110100100101111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4BBE9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,190,159); }

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

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

 a { background-color: rgb(75,190,159); }

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

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

 span { border-color: rgb(75,190,159); }

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