#48B595

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

Shades of Puerto Rico #48B595

Tints of Puerto Rico #48B595

Color information

#48B595 (or 0x48B595) is unknown color: approx Puerto Rico. HEX triplet: 48, B5 and 95. RGB value is (72,181,149). Sum of RGB (Red+Green+Blue) = 72+181+149=402 (53% of max value = 765). Red value is 72 (28.52% from 255 or 17.91% from 402); Green value is 181 (71.09% from 255 or 45.02% from 402); Blue value is 149 (58.59% from 255 or 37.06% from 402); Max value from RGB is 181 - color contains mainly: green. Hex color #48B595 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #48B595 is #B74A6A. Grayscale: #909090. Windows color (decimal): -12012139 or 9811272. OLE color: 9811272.

HSL color Cylindrical-coordinate representation of color #48B595: hue angle of 162.39º degrees, saturation: 0.43, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #48B595 is Cyan = 0.60, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.29.

Color convert

RGB72181149-
CMYK0.6000.180.29
HSL162.39º43.08%49.61%-
HSV(B)162.39º60.22%70.98%-
XYZ24.6236.634.2-
YUV144.76130.3976.1-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 17.91%
GREEN value IS 181 (71.09% from 255) = 45.02%
BLUE value IS 149 (58.59% from 255) = 37.06%
R=17.91%
G=45.02%
B=37.06%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal721811490.6000.180.29162.3943.0849.61
Hex48B5953C0121Da22b32
Octal11026522574022352425362
Binary100100010110101100101011111000100101110110100010101011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48B595

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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