#48AEA0

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

Shades of Puerto Rico #48AEA0

Tints of Puerto Rico #48AEA0

Color information

#48AEA0 (or 0x48AEA0) is unknown color: approx Puerto Rico. HEX triplet: 48, AE and A0. RGB value is (72,174,160). Sum of RGB (Red+Green+Blue) = 72+174+160=406 (53% of max value = 765). Red value is 72 (28.52% from 255 or 17.73% from 406); Green value is 174 (68.36% from 255 or 42.86% from 406); Blue value is 160 (62.89% from 255 or 39.41% from 406); Max value from RGB is 174 - color contains mainly: green. Hex color #48AEA0 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #48AEA0 is #B7515F. Grayscale: #8D8D8D. Windows color (decimal): -12013920 or 10530376. OLE color: 10530376.

HSL color Cylindrical-coordinate representation of color #48AEA0: hue angle of 171.76º degrees, saturation: 0.41, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #48AEA0 is Cyan = 0.59, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.32.

Color convert

RGB72174160-
CMYK0.5900.080.32
HSL171.76º41.46%48.24%-
HSV(B)171.76º58.62%68.24%-
XYZ24.1534.1938.58-
YUV141.91138.2178.14-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 17.73%
GREEN value IS 174 (68.36% from 255) = 42.86%
BLUE value IS 160 (62.89% from 255) = 39.41%
R=17.73%
G=42.86%
B=39.41%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal721741600.5900.080.32171.7641.4648.24
Hex48AEA03B0820ac2930
Octal11025624073010402545160
Binary100100010101110101000001110110100010000010101100101001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48AEA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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