#48BCA9

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

Shades of Puerto Rico #48BCA9

Tints of Puerto Rico #48BCA9

Color information

#48BCA9 (or 0x48BCA9) is unknown color: approx Puerto Rico. HEX triplet: 48, BC and A9. RGB value is (72,188,169). Sum of RGB (Red+Green+Blue) = 72+188+169=429 (56% of max value = 765). Red value is 72 (28.52% from 255 or 16.78% from 429); Green value is 188 (73.83% from 255 or 43.82% from 429); Blue value is 169 (66.41% from 255 or 39.39% from 429); Max value from RGB is 188 - color contains mainly: green. Hex color #48BCA9 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #48BCA9 is #B74356. Grayscale: #979797. Windows color (decimal): -12010327 or 11123784. OLE color: 11123784.

HSL color Cylindrical-coordinate representation of color #48BCA9: hue angle of 170.17º degrees, saturation: 0.46, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #48BCA9 is Cyan = 0.62, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.26.

Color convert

RGB72188169-
CMYK0.6200.100.26
HSL170.17º46.4%50.98%-
HSV(B)170.17º61.7%73.73%-
XYZ27.8240.2143.83-
YUV151.15138.0771.54-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 16.78%
GREEN value IS 188 (73.83% from 255) = 43.82%
BLUE value IS 169 (66.41% from 255) = 39.39%
R=16.78%
G=43.82%
B=39.39%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal721881690.6200.100.26170.1746.450.98
Hex48BCA93E0A1Aaa2e33
Octal11027425176012322525663
Binary10010001011110010101001111110010101101010101010101110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48BCA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(72,188,169); }

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

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

 a { background-color: rgb(72,188,169); }

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

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

 span { border-color: rgb(72,188,169); }

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