#48B4B1

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

Shades of Puerto Rico #48B4B1

Tints of Puerto Rico #48B4B1

Color information

#48B4B1 (or 0x48B4B1) is unknown color: approx Puerto Rico. HEX triplet: 48, B4 and B1. RGB value is (72,180,177). Sum of RGB (Red+Green+Blue) = 72+180+177=429 (56% of max value = 765). Red value is 72 (28.52% from 255 or 16.78% from 429); Green value is 180 (70.70% from 255 or 41.96% from 429); Blue value is 177 (69.53% from 255 or 41.26% from 429); Max value from RGB is 180 - color contains mainly: green. Hex color #48B4B1 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #48B4B1 is #B74B4E. Grayscale: #939393. Windows color (decimal): -12012367 or 11646024. OLE color: 11646024.

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

Color convert

RGB72180177-
CMYK0.6000.020.29
HSL178.33º42.86%49.41%-
HSV(B)178.33º60%70.59%-
XYZ26.9337.1947.35-
YUV147.37144.7274.24-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 16.78%
GREEN value IS 180 (70.70% from 255) = 41.96%
BLUE value IS 177 (69.53% from 255) = 41.26%
R=16.78%
G=41.96%
B=41.26%

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
Decimal721801770.6000.020.29178.3342.8649.41
Hex48B4B13C021Db22b31
Octal1102642617402352625361
Binary100100010110100101100011111000101110110110010101011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48B4B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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