#48B4AE

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

Shades of Puerto Rico #48B4AE

Tints of Puerto Rico #48B4AE

Color information

#48B4AE (or 0x48B4AE) is unknown color: approx Puerto Rico. HEX triplet: 48, B4 and AE. RGB value is (72,180,174). Sum of RGB (Red+Green+Blue) = 72+180+174=426 (56% of max value = 765). Red value is 72 (28.52% from 255 or 16.90% from 426); Green value is 180 (70.70% from 255 or 42.25% from 426); Blue value is 174 (68.36% from 255 or 40.85% from 426); Max value from RGB is 180 - color contains mainly: green. Hex color #48B4AE is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #48B4AE is #B74B51. Grayscale: #929292. Windows color (decimal): -12012370 or 11449416. OLE color: 11449416.

HSL color Cylindrical-coordinate representation of color #48B4AE: hue angle of 176.67º 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 #48B4AE is Cyan = 0.60, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.29.

Color convert

RGB72180174-
CMYK0.6000.030.29
HSL176.67º42.86%49.41%-
HSV(B)176.67º60%70.59%-
XYZ26.6337.0845.8-
YUV147.02143.2274.49-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 16.90%
GREEN value IS 180 (70.70% from 255) = 42.25%
BLUE value IS 174 (68.36% from 255) = 40.85%
R=16.90%
G=42.25%
B=40.85%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal721801740.6000.030.29176.6742.8649.41
Hex48B4AE3C031Db12b31
Octal1102642567403352615361
Binary100100010110100101011101111000111110110110001101011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48B4AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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