#48BAAE

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

Shades of Puerto Rico #48BAAE

Tints of Puerto Rico #48BAAE

Color information

#48BAAE (or 0x48BAAE) is unknown color: approx Puerto Rico. HEX triplet: 48, BA and AE. RGB value is (72,186,174). Sum of RGB (Red+Green+Blue) = 72+186+174=432 (57% of max value = 765). Red value is 72 (28.52% from 255 or 16.67% from 432); Green value is 186 (73.05% from 255 or 43.06% from 432); Blue value is 174 (68.36% from 255 or 40.28% from 432); Max value from RGB is 186 - color contains mainly: green. Hex color #48BAAE is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #48BAAE is #B74551. Grayscale: #969696. Windows color (decimal): -12010834 or 11450952. OLE color: 11450952.

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

Color convert

RGB72186174-
CMYK0.6100.060.27
HSL173.68º45.24%50.59%-
HSV(B)173.68º61.29%72.94%-
XYZ27.8739.5546.21-
YUV150.55141.2371.98-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 16.67%
GREEN value IS 186 (73.05% from 255) = 43.06%
BLUE value IS 174 (68.36% from 255) = 40.28%
R=16.67%
G=43.06%
B=40.28%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal721861740.6100.060.27173.6845.2450.59
Hex48BAAE3D061Bae2d33
Octal1102722567506332565563
Binary1001000101110101010111011110101101101110101110101101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48BAAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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