#48BAAB

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

Shades of Puerto Rico #48BAAB

Tints of Puerto Rico #48BAAB

Color information

#48BAAB (or 0x48BAAB) is unknown color: approx Puerto Rico. HEX triplet: 48, BA and AB. RGB value is (72,186,171). Sum of RGB (Red+Green+Blue) = 72+186+171=429 (56% of max value = 765). Red value is 72 (28.52% from 255 or 16.78% from 429); Green value is 186 (73.05% from 255 or 43.36% from 429); Blue value is 171 (67.19% from 255 or 39.86% from 429); Max value from RGB is 186 - color contains mainly: green. Hex color #48BAAB is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #48BAAB is #B74554. Grayscale: #969696. Windows color (decimal): -12010837 or 11254344. OLE color: 11254344.

HSL color Cylindrical-coordinate representation of color #48BAAB: hue angle of 172.11º 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 #48BAAB is Cyan = 0.61, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.27.

Color convert

RGB72186171-
CMYK0.6100.080.27
HSL172.11º45.24%50.59%-
HSV(B)172.11º61.29%72.94%-
XYZ27.5839.4444.69-
YUV150.2139.7372.22-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 16.78%
GREEN value IS 186 (73.05% from 255) = 43.36%
BLUE value IS 171 (67.19% from 255) = 39.86%
R=16.78%
G=43.36%
B=39.86%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal721861710.6100.080.27172.1145.2450.59
Hex48BAAB3D081Bac2d33
Octal11027225375010332545563
Binary10010001011101010101011111101010001101110101100101101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48BAAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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