#48B1A2

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

Shades of Puerto Rico #48B1A2

Tints of Puerto Rico #48B1A2

Color information

#48B1A2 (or 0x48B1A2) is unknown color: approx Puerto Rico. HEX triplet: 48, B1 and A2. RGB value is (72,177,162). Sum of RGB (Red+Green+Blue) = 72+177+162=411 (54% of max value = 765). Red value is 72 (28.52% from 255 or 17.52% from 411); Green value is 177 (69.53% from 255 or 43.07% from 411); Blue value is 162 (63.67% from 255 or 39.42% from 411); Max value from RGB is 177 - color contains mainly: green. Hex color #48B1A2 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #48B1A2 is #B74E5D. Grayscale: #8F8F8F. Windows color (decimal): -12013150 or 10662216. OLE color: 10662216.

HSL color Cylindrical-coordinate representation of color #48B1A2: hue angle of 171.43º 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 #48B1A2 is Cyan = 0.59, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.31.

Color convert

RGB72177162-
CMYK0.5900.080.31
HSL171.43º42.17%48.82%-
HSV(B)171.43º59.32%69.41%-
XYZ24.9235.4339.71-
YUV143.89138.2176.72-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 17.52%
GREEN value IS 177 (69.53% from 255) = 43.07%
BLUE value IS 162 (63.67% from 255) = 39.42%
R=17.52%
G=43.07%
B=39.42%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal721771620.5900.080.31171.4342.1748.82
Hex48B1A23B081Fab2a31
Octal11026124273010372535261
Binary10010001011000110100010111011010001111110101011101010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48B1A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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