#48BEA0

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

Shades of Puerto Rico #48BEA0

Tints of Puerto Rico #48BEA0

Color information

#48BEA0 (or 0x48BEA0) is unknown color: approx Puerto Rico. HEX triplet: 48, BE and A0. RGB value is (72,190,160). Sum of RGB (Red+Green+Blue) = 72+190+160=422 (55% of max value = 765). Red value is 72 (28.52% from 255 or 17.06% from 422); Green value is 190 (74.61% from 255 or 45.02% from 422); Blue value is 160 (62.89% from 255 or 37.91% from 422); Max value from RGB is 190 - color contains mainly: green. Hex color #48BEA0 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #48BEA0 is #B7415F. Grayscale: #979797. Windows color (decimal): -12009824 or 10534472. OLE color: 10534472.

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

Color convert

RGB72190160-
CMYK0.6200.160.25
HSL164.75º47.58%51.37%-
HSV(B)164.75º62.11%74.51%-
XYZ27.4340.7439.68-
YUV151.3132.9171.44-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 17.06%
GREEN value IS 190 (74.61% from 255) = 45.02%
BLUE value IS 160 (62.89% from 255) = 37.91%
R=17.06%
G=45.02%
B=37.91%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal721901600.6200.160.25164.7547.5851.37
Hex48BEA03E01019a53033
Octal11027624076020312456063
Binary100100010111110101000001111100100001100110100101110000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48BEA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(72,190,160); }

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

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

 a { background-color: rgb(72,190,160); }

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

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

 span { border-color: rgb(72,190,160); }

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