#48B599

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

Shades of Puerto Rico #48B599

Tints of Puerto Rico #48B599

Color information

#48B599 (or 0x48B599) is unknown color: approx Puerto Rico. HEX triplet: 48, B5 and 99. RGB value is (72,181,153). Sum of RGB (Red+Green+Blue) = 72+181+153=406 (53% of max value = 765). Red value is 72 (28.52% from 255 or 17.73% from 406); Green value is 181 (71.09% from 255 or 44.58% from 406); Blue value is 153 (60.16% from 255 or 37.68% from 406); Max value from RGB is 181 - color contains mainly: green. Hex color #48B599 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #48B599 is #B74A66. Grayscale: #919191. Windows color (decimal): -12012135 or 10073416. OLE color: 10073416.

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

Color convert

RGB72181153-
CMYK0.6000.150.29
HSL164.59º43.08%49.61%-
HSV(B)164.59º60.22%70.98%-
XYZ24.9536.7335.91-
YUV145.22132.3975.78-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 17.73%
GREEN value IS 181 (71.09% from 255) = 44.58%
BLUE value IS 153 (60.16% from 255) = 37.68%
R=17.73%
G=44.58%
B=37.68%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal721811530.6000.150.29164.5943.0849.61
Hex48B5993C0F1Da52b32
Octal11026523174017352455362
Binary10010001011010110011001111100011111110110100101101011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48B599

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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