#48B7B1

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

Shades of Puerto Rico #48B7B1

Tints of Puerto Rico #48B7B1

Color information

#48B7B1 (or 0x48B7B1) is unknown color: approx Puerto Rico. HEX triplet: 48, B7 and B1. RGB value is (72,183,177). Sum of RGB (Red+Green+Blue) = 72+183+177=432 (57% of max value = 765). Red value is 72 (28.52% from 255 or 16.67% from 432); Green value is 183 (71.88% from 255 or 42.36% from 432); Blue value is 177 (69.53% from 255 or 40.97% from 432); Max value from RGB is 183 - color contains mainly: green. Hex color #48B7B1 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #48B7B1 is #B7484E. Grayscale: #959595. Windows color (decimal): -12011599 or 11646792. OLE color: 11646792.

HSL color Cylindrical-coordinate representation of color #48B7B1: hue angle of 176.76º degrees, saturation: 0.44, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #48B7B1 is Cyan = 0.61, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.28.

Color convert

RGB72183177-
CMYK0.6100.030.28
HSL176.76º43.53%50%-
HSV(B)176.76º60.66%71.76%-
XYZ27.5438.4247.56-
YUV149.13143.7372.99-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 16.67%
GREEN value IS 183 (71.88% from 255) = 42.36%
BLUE value IS 177 (69.53% from 255) = 40.97%
R=16.67%
G=42.36%
B=40.97%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal721831770.6100.030.28176.7643.5350
Hex48B7B13D031Cb12c32
Octal1102672617503342615462
Binary100100010110111101100011111010111110010110001101100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48B7B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(72,183,177); }

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

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

 a { background-color: rgb(72,183,177); }

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

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

 span { border-color: rgb(72,183,177); }

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