#48BBAE

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

Shades of Puerto Rico #48BBAE

Tints of Puerto Rico #48BBAE

Color information

#48BBAE (or 0x48BBAE) is unknown color: approx Puerto Rico. HEX triplet: 48, BB and AE. RGB value is (72,187,174). Sum of RGB (Red+Green+Blue) = 72+187+174=433 (57% of max value = 765). Red value is 72 (28.52% from 255 or 16.63% from 433); Green value is 187 (73.44% from 255 or 43.19% from 433); Blue value is 174 (68.36% from 255 or 40.18% from 433); Max value from RGB is 187 - color contains mainly: green. Hex color #48BBAE is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #48BBAE is #B74451. Grayscale: #979797. Windows color (decimal): -12010578 or 11451208. OLE color: 11451208.

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

Color convert

RGB72187174-
CMYK0.6100.070.27
HSL173.22º45.82%50.78%-
HSV(B)173.22º61.5%73.33%-
XYZ28.0839.9746.28-
YUV151.13140.971.56-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 16.63%
GREEN value IS 187 (73.44% from 255) = 43.19%
BLUE value IS 174 (68.36% from 255) = 40.18%
R=16.63%
G=43.19%
B=40.18%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal721871740.6100.070.27173.2245.8250.78
Hex48BBAE3D071Bad2e33
Octal1102732567507332555663
Binary1001000101110111010111011110101111101110101101101110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48BBAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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