#48AC97

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

Shades of Puerto Rico #48AC97

Tints of Puerto Rico #48AC97

Color information

#48AC97 (or 0x48AC97) is unknown color: approx Puerto Rico. HEX triplet: 48, AC and 97. RGB value is (72,172,151). Sum of RGB (Red+Green+Blue) = 72+172+151=395 (52% of max value = 765). Red value is 72 (28.52% from 255 or 18.23% from 395); Green value is 172 (67.58% from 255 or 43.54% from 395); Blue value is 151 (59.38% from 255 or 38.23% from 395); Max value from RGB is 172 - color contains mainly: green. Hex color #48AC97 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #48AC97 is #B75368. Grayscale: #8B8B8B. Windows color (decimal): -12014441 or 9940040. OLE color: 9940040.

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

Color convert

RGB72172151-
CMYK0.5800.120.33
HSL167.4º40.98%47.84%-
HSV(B)167.4º58.14%67.45%-
XYZ23.0133.1234.46-
YUV139.71134.3779.71-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 18.23%
GREEN value IS 172 (67.58% from 255) = 43.54%
BLUE value IS 151 (59.38% from 255) = 38.23%
R=18.23%
G=43.54%
B=38.23%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal721721510.5800.120.33167.440.9847.84
Hex48AC973A0C21a72930
Octal11025422772014412475160
Binary100100010101100100101111110100110010000110100111101001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48AC97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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