#4BB99B

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

Shades of Puerto Rico #4BB99B

Tints of Puerto Rico #4BB99B

Color information

#4BB99B (or 0x4BB99B) is unknown color: approx Puerto Rico. HEX triplet: 4B, B9 and 9B. RGB value is (75,185,155). Sum of RGB (Red+Green+Blue) = 75+185+155=415 (54% of max value = 765). Red value is 75 (29.69% from 255 or 18.07% from 415); Green value is 185 (72.66% from 255 or 44.58% from 415); Blue value is 155 (60.94% from 255 or 37.35% from 415); Max value from RGB is 185 - color contains mainly: green. Hex color #4BB99B is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #4BB99B is #B44664. Grayscale: #949494. Windows color (decimal): -11814501 or 10205515. OLE color: 10205515.

HSL color Cylindrical-coordinate representation of color #4BB99B: hue angle of 163.64º degrees, saturation: 0.44, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #4BB99B is Cyan = 0.59, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.27.

Color convert

RGB75185155-
CMYK0.5900.160.27
HSL163.64º44%50.98%-
HSV(B)163.64º59.46%72.55%-
XYZ26.1738.5637.07-
YUV148.69131.5675.44-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 18.07%
GREEN value IS 185 (72.66% from 255) = 44.58%
BLUE value IS 155 (60.94% from 255) = 37.35%
R=18.07%
G=44.58%
B=37.35%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal751851550.5900.160.27163.644450.98
Hex4BB99B3B0101Ba42c33
Octal11327123373020332445463
Binary100101110111001100110111110110100001101110100100101100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4BB99B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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