#48BD9C

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

Shades of Puerto Rico #48BD9C

Tints of Puerto Rico #48BD9C

Color information

#48BD9C (or 0x48BD9C) is unknown color: approx Puerto Rico. HEX triplet: 48, BD and 9C. RGB value is (72,189,156). Sum of RGB (Red+Green+Blue) = 72+189+156=417 (55% of max value = 765). Red value is 72 (28.52% from 255 or 17.27% from 417); Green value is 189 (74.22% from 255 or 45.32% from 417); Blue value is 156 (61.33% from 255 or 37.41% from 417); Max value from RGB is 189 - color contains mainly: green. Hex color #48BD9C is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #48BD9C is #B74263. Grayscale: #969696. Windows color (decimal): -12010084 or 10272072. OLE color: 10272072.

HSL color Cylindrical-coordinate representation of color #48BD9C: hue angle of 163.08º degrees, saturation: 0.47, 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 #48BD9C is Cyan = 0.62, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.26.

Color convert

RGB72189156-
CMYK0.6200.170.26
HSL163.08º46.99%51.18%-
HSV(B)163.08º61.9%74.12%-
XYZ26.8740.1737.79-
YUV150.26131.2472.18-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 17.27%
GREEN value IS 189 (74.22% from 255) = 45.32%
BLUE value IS 156 (61.33% from 255) = 37.41%
R=17.27%
G=45.32%
B=37.41%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal721891560.6200.170.26163.0846.9951.18
Hex48BD9C3E0111Aa32f33
Octal11027523476021322435763
Binary100100010111101100111001111100100011101010100011101111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48BD9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(72,189,156); }

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

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

 a { background-color: rgb(72,189,156); }

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

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

 span { border-color: rgb(72,189,156); }

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