#48AEA5

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

Shades of Puerto Rico #48AEA5

Tints of Puerto Rico #48AEA5

Color information

#48AEA5 (or 0x48AEA5) is unknown color: approx Puerto Rico. HEX triplet: 48, AE and A5. RGB value is (72,174,165). Sum of RGB (Red+Green+Blue) = 72+174+165=411 (54% of max value = 765). Red value is 72 (28.52% from 255 or 17.52% from 411); Green value is 174 (68.36% from 255 or 42.34% from 411); Blue value is 165 (64.84% from 255 or 40.15% from 411); Max value from RGB is 174 - color contains mainly: green. Hex color #48AEA5 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #48AEA5 is #B7515A. Grayscale: #8E8E8E. Windows color (decimal): -12013915 or 10858056. OLE color: 10858056.

HSL color Cylindrical-coordinate representation of color #48AEA5: hue angle of 174.71º 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 #48AEA5 is Cyan = 0.59, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.32.

Color convert

RGB72174165-
CMYK0.5900.050.32
HSL174.71º41.46%48.24%-
HSV(B)174.71º58.62%68.24%-
XYZ24.634.3740.93-
YUV142.48140.7177.73-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 17.52%
GREEN value IS 174 (68.36% from 255) = 42.34%
BLUE value IS 165 (64.84% from 255) = 40.15%
R=17.52%
G=42.34%
B=40.15%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal721741650.5900.050.32174.7141.4648.24
Hex48AEA53B0520af2930
Octal1102562457305402575160
Binary10010001010111010100101111011010110000010101111101001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48AEA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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