#48C0A1

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

Shades of Puerto Rico #48C0A1

Tints of Puerto Rico #48C0A1

Color information

#48C0A1 (or 0x48C0A1) is unknown color: approx Puerto Rico. HEX triplet: 48, C0 and A1. RGB value is (72,192,161). Sum of RGB (Red+Green+Blue) = 72+192+161=425 (56% of max value = 765). Red value is 72 (28.52% from 255 or 16.94% from 425); Green value is 192 (75.39% from 255 or 45.18% from 425); Blue value is 161 (63.28% from 255 or 37.88% from 425); Max value from RGB is 192 - color contains mainly: green. Hex color #48C0A1 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #48C0A1 is #B73F5E. Grayscale: #989898. Windows color (decimal): -12009311 or 10600520. OLE color: 10600520.

HSL color Cylindrical-coordinate representation of color #48C0A1: hue angle of 164.5º degrees, saturation: 0.49, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #48C0A1 is Cyan = 0.63, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.25.

Color convert

RGB72192161-
CMYK0.6300.160.25
HSL164.5º48.78%51.76%-
HSV(B)164.5º62.5%75.29%-
XYZ27.9641.6540.28-
YUV152.59132.7470.52-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 16.94%
GREEN value IS 192 (75.39% from 255) = 45.18%
BLUE value IS 161 (63.28% from 255) = 37.88%
R=16.94%
G=45.18%
B=37.88%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal721921610.6300.160.25164.548.7851.76
Hex48C0A13F01019a43134
Octal11030024177020312446164
Binary100100011000000101000011111110100001100110100100110001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48C0A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(72,192,161); }

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

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

 a { background-color: rgb(72,192,161); }

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

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

 span { border-color: rgb(72,192,161); }

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