#48B5B1

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

Shades of Puerto Rico #48B5B1

Tints of Puerto Rico #48B5B1

Color information

#48B5B1 (or 0x48B5B1) is unknown color: approx Puerto Rico. HEX triplet: 48, B5 and B1. RGB value is (72,181,177). Sum of RGB (Red+Green+Blue) = 72+181+177=430 (56% of max value = 765). Red value is 72 (28.52% from 255 or 16.74% from 430); Green value is 181 (71.09% from 255 or 42.09% from 430); Blue value is 177 (69.53% from 255 or 41.16% from 430); Max value from RGB is 181 - color contains mainly: green. Hex color #48B5B1 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #48B5B1 is #B74A4E. Grayscale: #939393. Windows color (decimal): -12012111 or 11646280. OLE color: 11646280.

HSL color Cylindrical-coordinate representation of color #48B5B1: hue angle of 177.8º degrees, saturation: 0.43, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #48B5B1 is Cyan = 0.60, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.29.

Color convert

RGB72181177-
CMYK0.6000.020.29
HSL177.8º43.08%49.61%-
HSV(B)177.8º60.22%70.98%-
XYZ27.1337.647.42-
YUV147.95144.3973.83-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 16.74%
GREEN value IS 181 (71.09% from 255) = 42.09%
BLUE value IS 177 (69.53% from 255) = 41.16%
R=16.74%
G=42.09%
B=41.16%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal721811770.6000.020.29177.843.0849.61
Hex48B5B13C021Db22b32
Octal1102652617402352625362
Binary100100010110101101100011111000101110110110010101011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48B5B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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