#48C39B

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

Shades of Puerto Rico #48C39B

Tints of Puerto Rico #48C39B

Color information

#48C39B (or 0x48C39B) is unknown color: approx Puerto Rico. HEX triplet: 48, C3 and 9B. RGB value is (72,195,155). Sum of RGB (Red+Green+Blue) = 72+195+155=422 (55% of max value = 765). Red value is 72 (28.52% from 255 or 17.06% from 422); Green value is 195 (76.56% from 255 or 46.21% from 422); Blue value is 155 (60.94% from 255 or 36.73% from 422); Max value from RGB is 195 - color contains mainly: green. Hex color #48C39B is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #48C39B is #B73C64. Grayscale: #999999. Windows color (decimal): -12008549 or 10208072. OLE color: 10208072.

HSL color Cylindrical-coordinate representation of color #48C39B: hue angle of 160.49º degrees, saturation: 0.51, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #48C39B is Cyan = 0.63, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.24.

Color convert

RGB72195155-
CMYK0.6300.210.24
HSL160.49º50.62%52.35%-
HSV(B)160.49º63.08%76.47%-
XYZ28.142.7737.79-
YUV153.66128.7569.75-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 17.06%
GREEN value IS 195 (76.56% from 255) = 46.21%
BLUE value IS 155 (60.94% from 255) = 36.73%
R=17.06%
G=46.21%
B=36.73%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal721951550.6300.210.24160.4950.6252.35
Hex48C39B3F01518a03334
Octal11030323377025302406364
Binary100100011000011100110111111110101011100010100000110011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48C39B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(72,195,155); }

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

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

 a { background-color: rgb(72,195,155); }

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

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

 span { border-color: rgb(72,195,155); }

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