#48B19D

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

Shades of Puerto Rico #48B19D

Tints of Puerto Rico #48B19D

Color information

#48B19D (or 0x48B19D) is unknown color: approx Puerto Rico. HEX triplet: 48, B1 and 9D. RGB value is (72,177,157). Sum of RGB (Red+Green+Blue) = 72+177+157=406 (53% of max value = 765). Red value is 72 (28.52% from 255 or 17.73% from 406); Green value is 177 (69.53% from 255 or 43.60% from 406); Blue value is 157 (61.72% from 255 or 38.67% from 406); Max value from RGB is 177 - color contains mainly: green. Hex color #48B19D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #48B19D is #B74E62. Grayscale: #8F8F8F. Windows color (decimal): -12013155 or 10334536. OLE color: 10334536.

HSL color Cylindrical-coordinate representation of color #48B19D: hue angle of 168.57º degrees, saturation: 0.42, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #48B19D is Cyan = 0.59, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.31.

Color convert

RGB72177157-
CMYK0.5900.110.31
HSL168.57º42.17%48.82%-
HSV(B)168.57º59.32%69.41%-
XYZ24.4835.2637.41-
YUV143.32135.7177.13-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 17.73%
GREEN value IS 177 (69.53% from 255) = 43.60%
BLUE value IS 157 (61.72% from 255) = 38.67%
R=17.73%
G=43.60%
B=38.67%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal721771570.5900.110.31168.5742.1748.82
Hex48B19D3B0B1Fa92a31
Octal11026123573013372515261
Binary10010001011000110011101111011010111111110101001101010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48B19D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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