#48B4A3

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

Shades of Puerto Rico #48B4A3

Tints of Puerto Rico #48B4A3

Color information

#48B4A3 (or 0x48B4A3) is unknown color: approx Puerto Rico. HEX triplet: 48, B4 and A3. RGB value is (72,180,163). Sum of RGB (Red+Green+Blue) = 72+180+163=415 (54% of max value = 765). Red value is 72 (28.52% from 255 or 17.35% from 415); Green value is 180 (70.70% from 255 or 43.37% from 415); Blue value is 163 (64.06% from 255 or 39.28% from 415); Max value from RGB is 180 - color contains mainly: green. Hex color #48B4A3 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #48B4A3 is #B74B5C. Grayscale: #919191. Windows color (decimal): -12012381 or 10728520. OLE color: 10728520.

HSL color Cylindrical-coordinate representation of color #48B4A3: hue angle of 170.56º degrees, saturation: 0.43, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #48B4A3 is Cyan = 0.60, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.29.

Color convert

RGB72180163-
CMYK0.6000.090.29
HSL170.56º42.86%49.41%-
HSV(B)170.56º60%70.59%-
XYZ25.636.6640.38-
YUV145.77137.7275.38-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 17.35%
GREEN value IS 180 (70.70% from 255) = 43.37%
BLUE value IS 163 (64.06% from 255) = 39.28%
R=17.35%
G=43.37%
B=39.28%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal721801630.6000.090.29170.5642.8649.41
Hex48B4A33C091Dab2b31
Octal11026424374011352535361
Binary10010001011010010100011111100010011110110101011101011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48B4A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(72,180,163); }

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

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

 a { background-color: rgb(72,180,163); }

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

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

 span { border-color: rgb(72,180,163); }

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