#48BE9D

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

Shades of Puerto Rico #48BE9D

Tints of Puerto Rico #48BE9D

Color information

#48BE9D (or 0x48BE9D) is unknown color: approx Puerto Rico. HEX triplet: 48, BE and 9D. RGB value is (72,190,157). Sum of RGB (Red+Green+Blue) = 72+190+157=419 (55% of max value = 765). Red value is 72 (28.52% from 255 or 17.18% from 419); Green value is 190 (74.61% from 255 or 45.35% from 419); Blue value is 157 (61.72% from 255 or 37.47% from 419); Max value from RGB is 190 - color contains mainly: green. Hex color #48BE9D is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #48BE9D is #B74162. Grayscale: #969696. Windows color (decimal): -12009827 or 10337864. OLE color: 10337864.

HSL color Cylindrical-coordinate representation of color #48BE9D: hue angle of 163.22º degrees, saturation: 0.48, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #48BE9D is Cyan = 0.62, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.25.

Color convert

RGB72190157-
CMYK0.6200.170.25
HSL163.22º47.58%51.37%-
HSV(B)163.22º62.11%74.51%-
XYZ27.1740.6438.31-
YUV150.96131.4171.68-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 17.18%
GREEN value IS 190 (74.61% from 255) = 45.35%
BLUE value IS 157 (61.72% from 255) = 37.47%
R=17.18%
G=45.35%
B=37.47%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal721901570.6200.170.25163.2247.5851.37
Hex48BE9D3E01119a33033
Octal11027623576021312436063
Binary100100010111110100111011111100100011100110100011110000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48BE9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(72,190,157); }

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

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

 a { background-color: rgb(72,190,157); }

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

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

 span { border-color: rgb(72,190,157); }

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