#4BB199

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

Shades of Puerto Rico #4BB199

Tints of Puerto Rico #4BB199

Color information

#4BB199 (or 0x4BB199) is unknown color: approx Puerto Rico. HEX triplet: 4B, B1 and 99. RGB value is (75,177,153). Sum of RGB (Red+Green+Blue) = 75+177+153=405 (53% of max value = 765). Red value is 75 (29.69% from 255 or 18.52% from 405); Green value is 177 (69.53% from 255 or 43.70% from 405); Blue value is 153 (60.16% from 255 or 37.78% from 405); Max value from RGB is 177 - color contains mainly: green. Hex color #4BB199 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4BB199 is #B44E66. Grayscale: #8F8F8F. Windows color (decimal): -11816551 or 10072395. OLE color: 10072395.

HSL color Cylindrical-coordinate representation of color #4BB199: hue angle of 165.88º degrees, saturation: 0.4, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #4BB199 is Cyan = 0.58, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.31.

Color convert

RGB75177153-
CMYK0.5800.140.31
HSL165.88º40.48%49.41%-
HSV(B)165.88º57.63%69.41%-
XYZ24.3735.2435.65-
YUV143.77133.2178.95-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 18.52%
GREEN value IS 177 (69.53% from 255) = 43.70%
BLUE value IS 153 (60.16% from 255) = 37.78%
R=18.52%
G=43.70%
B=37.78%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal751771530.5800.140.31165.8840.4849.41
Hex4BB1993A0E1Fa62831
Octal11326123172016372465061
Binary10010111011000110011001111010011101111110100110101000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4BB199

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,177,153); }

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

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

 a { background-color: rgb(75,177,153); }

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

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

 span { border-color: rgb(75,177,153); }

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