#48BAA4

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

Shades of Puerto Rico #48BAA4

Tints of Puerto Rico #48BAA4

Color information

#48BAA4 (or 0x48BAA4) is unknown color: approx Puerto Rico. HEX triplet: 48, BA and A4. RGB value is (72,186,164). Sum of RGB (Red+Green+Blue) = 72+186+164=422 (55% of max value = 765). Red value is 72 (28.52% from 255 or 17.06% from 422); Green value is 186 (73.05% from 255 or 44.08% from 422); Blue value is 164 (64.45% from 255 or 38.86% from 422); Max value from RGB is 186 - color contains mainly: green. Hex color #48BAA4 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #48BAA4 is #B7455B. Grayscale: #959595. Windows color (decimal): -12010844 or 10795592. OLE color: 10795592.

HSL color Cylindrical-coordinate representation of color #48BAA4: hue angle of 168.42º degrees, saturation: 0.45, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #48BAA4 is Cyan = 0.61, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.27.

Color convert

RGB72186164-
CMYK0.6100.120.27
HSL168.42º45.24%50.59%-
HSV(B)168.42º61.29%72.94%-
XYZ26.9339.1841.26-
YUV149.41136.2372.79-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 17.06%
GREEN value IS 186 (73.05% from 255) = 44.08%
BLUE value IS 164 (64.45% from 255) = 38.86%
R=17.06%
G=44.08%
B=38.86%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal721861640.6100.120.27168.4245.2450.59
Hex48BAA43D0C1Ba82d33
Octal11027224475014332505563
Binary10010001011101010100100111101011001101110101000101101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48BAA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(72,186,164); }

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

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

 a { background-color: rgb(72,186,164); }

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

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

 span { border-color: rgb(72,186,164); }

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