#48BFB2

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

Shades of Puerto Rico #48BFB2

Tints of Puerto Rico #48BFB2

Color information

#48BFB2 (or 0x48BFB2) is unknown color: approx Puerto Rico. HEX triplet: 48, BF and B2. RGB value is (72,191,178). Sum of RGB (Red+Green+Blue) = 72+191+178=441 (58% of max value = 765). Red value is 72 (28.52% from 255 or 16.33% from 441); Green value is 191 (75% from 255 or 43.31% from 441); Blue value is 178 (69.92% from 255 or 40.36% from 441); Max value from RGB is 191 - color contains mainly: green. Hex color #48BFB2 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #48BFB2 is #B7404D. Grayscale: #999999. Windows color (decimal): -12009550 or 11714376. OLE color: 11714376.

HSL color Cylindrical-coordinate representation of color #48BFB2: hue angle of 173.45º degrees, saturation: 0.48, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #48BFB2 is Cyan = 0.62, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.25.

Color convert

RGB72191178-
CMYK0.6200.070.25
HSL173.45º48.18%51.57%-
HSV(B)173.45º62.3%74.9%-
XYZ29.3441.8548.65-
YUV153.94141.5869.56-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 16.33%
GREEN value IS 191 (75% from 255) = 43.31%
BLUE value IS 178 (69.92% from 255) = 40.36%
R=16.33%
G=43.31%
B=40.36%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal721911780.6200.070.25173.4548.1851.57
Hex48BFB23E0719ad3034
Octal1102772627607312556064
Binary1001000101111111011001011111001111100110101101110000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48BFB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(72,191,178); }

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

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

 a { background-color: rgb(72,191,178); }

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

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

 span { border-color: rgb(72,191,178); }

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