#48AA9C

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

Shades of Puerto Rico #48AA9C

Tints of Puerto Rico #48AA9C

Color information

#48AA9C (or 0x48AA9C) is unknown color: approx Puerto Rico. HEX triplet: 48, AA and 9C. RGB value is (72,170,156). Sum of RGB (Red+Green+Blue) = 72+170+156=398 (52% of max value = 765). Red value is 72 (28.52% from 255 or 18.09% from 398); Green value is 170 (66.80% from 255 or 42.71% from 398); Blue value is 156 (61.33% from 255 or 39.20% from 398); Max value from RGB is 170 - color contains mainly: green. Hex color #48AA9C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #48AA9C is #B75563. Grayscale: #8B8B8B. Windows color (decimal): -12014948 or 10267208. OLE color: 10267208.

HSL color Cylindrical-coordinate representation of color #48AA9C: hue angle of 171.43º degrees, saturation: 0.4, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #48AA9C is Cyan = 0.58, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.33.

Color convert

RGB72170156-
CMYK0.5800.080.33
HSL171.43º40.5%47.45%-
HSV(B)171.43º57.65%66.67%-
XYZ23.0532.5336.52-
YUV139.1137.5380.14-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 18.09%
GREEN value IS 170 (66.80% from 255) = 42.71%
BLUE value IS 156 (61.33% from 255) = 39.20%
R=18.09%
G=42.71%
B=39.20%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal721701560.5800.080.33171.4340.547.45
Hex48AA9C3A0821ab282f
Octal11025223472010412535057
Binary100100010101010100111001110100100010000110101011101000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48AA9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(72,170,156); }

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

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

 a { background-color: rgb(72,170,156); }

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

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

 span { border-color: rgb(72,170,156); }

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