#48b795

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

Shades of Puerto Rico #48B795

Tints of Puerto Rico #48B795

Color information

#48B795 (or 0x48B795) is unknown color: approx Puerto Rico. HEX triplet: 48, B7 and 95. RGB value is (72,183,149). Sum of RGB (Red+Green+Blue) = 72+183+149=404 (53% of max value = 765). Red value is 72 (28.52% from 255 or 17.82% from 404); Green value is 183 (71.88% from 255 or 45.30% from 404); Blue value is 149 (58.59% from 255 or 36.88% from 404); Max value from RGB is 183 - color contains mainly: green. Hex color #48B795 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #48B795 is #B7486A. Grayscale: #919191. Windows color (decimal): -12011627 or 9811784. OLE color: 9811784.

HSL color Cylindrical-coordinate representation of color #48B795: hue angle of 161.62º degrees, saturation: 0.44, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #48B795 is Cyan = 0.61, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.28.

Color convert

RGB72183149-
CMYK0.6100.190.28
HSL161.62º43.53%50%-
HSV(B)161.62º60.66%71.76%-
XYZ25.0337.4134.34-
YUV145.93129.7375.26-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 17.82%
GREEN value IS 183 (71.88% from 255) = 45.30%
BLUE value IS 149 (58.59% from 255) = 36.88%
R=17.82%
G=45.30%
B=36.88%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal721831490.6100.190.28161.6243.5350
Hex48B7953D0131Ca22c32
Octal11026722575023342425462
Binary100100010110111100101011111010100111110010100010101100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48b795

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #48b795; }

 p { color: rgb(72,183,149); }

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

<style>
 a { background-color: #48b795; }

 a { background-color: rgb(72,183,149); }

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

<style>
 span { border-color: #48b795; }

 span { border-color: rgb(72,183,149); }

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