#48BCB1

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

Shades of Puerto Rico #48BCB1

Tints of Puerto Rico #48BCB1

Color information

#48BCB1 (or 0x48BCB1) is unknown color: approx Puerto Rico. HEX triplet: 48, BC and B1. RGB value is (72,188,177). Sum of RGB (Red+Green+Blue) = 72+188+177=437 (57% of max value = 765). Red value is 72 (28.52% from 255 or 16.48% from 437); Green value is 188 (73.83% from 255 or 43.02% from 437); Blue value is 177 (69.53% from 255 or 40.50% from 437); Max value from RGB is 188 - color contains mainly: green. Hex color #48BCB1 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #48BCB1 is #B7434E. Grayscale: #979797. Windows color (decimal): -12010319 or 11648072. OLE color: 11648072.

HSL color Cylindrical-coordinate representation of color #48BCB1: hue angle of 174.31º degrees, saturation: 0.46, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #48BCB1 is Cyan = 0.62, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.26.

Color convert

RGB72188177-
CMYK0.6200.060.26
HSL174.31º46.4%50.98%-
HSV(B)174.31º61.7%73.73%-
XYZ28.5940.5247.91-
YUV152.06142.0770.89-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 16.48%
GREEN value IS 188 (73.83% from 255) = 43.02%
BLUE value IS 177 (69.53% from 255) = 40.50%
R=16.48%
G=43.02%
B=40.50%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal721881770.6200.060.26174.3146.450.98
Hex48BCB13E061Aae2e33
Octal1102742617606322565663
Binary1001000101111001011000111111001101101010101110101110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48BCB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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