#4BBB9B

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

Shades of Puerto Rico #4BBB9B

Tints of Puerto Rico #4BBB9B

Color information

#4BBB9B (or 0x4BBB9B) is unknown color: approx Puerto Rico. HEX triplet: 4B, BB and 9B. RGB value is (75,187,155). Sum of RGB (Red+Green+Blue) = 75+187+155=417 (55% of max value = 765). Red value is 75 (29.69% from 255 or 17.99% from 417); Green value is 187 (73.44% from 255 or 44.84% from 417); Blue value is 155 (60.94% from 255 or 37.17% from 417); Max value from RGB is 187 - color contains mainly: green. Hex color #4BBB9B is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #4BBB9B is #B44464. Grayscale: #959595. Windows color (decimal): -11813989 or 10206027. OLE color: 10206027.

HSL color Cylindrical-coordinate representation of color #4BBB9B: hue angle of 162.86º degrees, saturation: 0.45, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #4BBB9B is Cyan = 0.60, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.27.

Color convert

RGB75187155-
CMYK0.6000.170.27
HSL162.86º45.16%51.37%-
HSV(B)162.86º59.89%73.33%-
XYZ26.5939.437.21-
YUV149.86130.8974.6-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 17.99%
GREEN value IS 187 (73.44% from 255) = 44.84%
BLUE value IS 155 (60.94% from 255) = 37.17%
R=17.99%
G=44.84%
B=37.17%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal751871550.6000.170.27162.8645.1651.37
Hex4BBB9B3C0111Ba32d33
Octal11327323374021332435563
Binary100101110111011100110111111000100011101110100011101101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4BBB9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,187,155); }

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

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

 a { background-color: rgb(75,187,155); }

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

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

 span { border-color: rgb(75,187,155); }

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