#48AD97

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

Shades of Puerto Rico #48AD97

Tints of Puerto Rico #48AD97

Color information

#48AD97 (or 0x48AD97) is unknown color: approx Puerto Rico. HEX triplet: 48, AD and 97. RGB value is (72,173,151). Sum of RGB (Red+Green+Blue) = 72+173+151=396 (52% of max value = 765). Red value is 72 (28.52% from 255 or 18.18% from 396); Green value is 173 (67.97% from 255 or 43.69% from 396); Blue value is 151 (59.38% from 255 or 38.13% from 396); Max value from RGB is 173 - color contains mainly: green. Hex color #48AD97 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #48AD97 is #B75268. Grayscale: #8C8C8C. Windows color (decimal): -12014185 or 9940296. OLE color: 9940296.

HSL color Cylindrical-coordinate representation of color #48AD97: hue angle of 166.93º degrees, saturation: 0.41, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #48AD97 is Cyan = 0.58, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.32.

Color convert

RGB72173151-
CMYK0.5800.130.32
HSL166.93º41.22%48.04%-
HSV(B)166.93º58.38%67.84%-
XYZ23.233.534.52-
YUV140.29134.0479.29-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 18.18%
GREEN value IS 173 (67.97% from 255) = 43.69%
BLUE value IS 151 (59.38% from 255) = 38.13%
R=18.18%
G=43.69%
B=38.13%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal721731510.5800.130.32166.9341.2248.04
Hex48AD973A0D20a72930
Octal11025522772015402475160
Binary100100010101101100101111110100110110000010100111101001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48AD97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(72,173,151); }

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

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

 a { background-color: rgb(72,173,151); }

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

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

 span { border-color: rgb(72,173,151); }

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