#48BAAA

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

Shades of Puerto Rico #48BAAA

Tints of Puerto Rico #48BAAA

Color information

#48BAAA (or 0x48BAAA) is unknown color: approx Puerto Rico. HEX triplet: 48, BA and AA. RGB value is (72,186,170). Sum of RGB (Red+Green+Blue) = 72+186+170=428 (56% of max value = 765). Red value is 72 (28.52% from 255 or 16.82% from 428); Green value is 186 (73.05% from 255 or 43.46% from 428); Blue value is 170 (66.80% from 255 or 39.72% from 428); Max value from RGB is 186 - color contains mainly: green. Hex color #48BAAA is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #48BAAA is #B74555. Grayscale: #969696. Windows color (decimal): -12010838 or 11188808. OLE color: 11188808.

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

Color convert

RGB72186170-
CMYK0.6100.090.27
HSL171.58º45.24%50.59%-
HSV(B)171.58º61.29%72.94%-
XYZ27.4939.444.19-
YUV150.09139.2372.3-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 16.82%
GREEN value IS 186 (73.05% from 255) = 43.46%
BLUE value IS 170 (66.80% from 255) = 39.72%
R=16.82%
G=43.46%
B=39.72%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal721861700.6100.090.27171.5845.2450.59
Hex48BAAA3D091Bac2d33
Octal11027225275011332545563
Binary10010001011101010101010111101010011101110101100101101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48BAAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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