#48B597

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

Shades of Puerto Rico #48B597

Tints of Puerto Rico #48B597

Color information

#48B597 (or 0x48B597) is unknown color: approx Puerto Rico. HEX triplet: 48, B5 and 97. RGB value is (72,181,151). Sum of RGB (Red+Green+Blue) = 72+181+151=404 (53% of max value = 765). Red value is 72 (28.52% from 255 or 17.82% from 404); Green value is 181 (71.09% from 255 or 44.80% from 404); Blue value is 151 (59.38% from 255 or 37.38% from 404); Max value from RGB is 181 - color contains mainly: green. Hex color #48B597 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #48B597 is #B74A68. Grayscale: #919191. Windows color (decimal): -12012137 or 9942344. OLE color: 9942344.

HSL color Cylindrical-coordinate representation of color #48B597: hue angle of 163.49º 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 #48B597 is Cyan = 0.60, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.29.

Color convert

RGB72181151-
CMYK0.6000.170.29
HSL163.49º43.08%49.61%-
HSV(B)163.49º60.22%70.98%-
XYZ24.7836.6635.05-
YUV144.99131.3975.94-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 17.82%
GREEN value IS 181 (71.09% from 255) = 44.80%
BLUE value IS 151 (59.38% from 255) = 37.38%
R=17.82%
G=44.80%
B=37.38%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal721811510.6000.170.29163.4943.0849.61
Hex48B5973C0111Da32b32
Octal11026522774021352435362
Binary100100010110101100101111111000100011110110100011101011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48B597

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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