#48AB9F

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

Shades of Puerto Rico #48AB9F

Tints of Puerto Rico #48AB9F

Color information

#48AB9F (or 0x48AB9F) is unknown color: approx Puerto Rico. HEX triplet: 48, AB and 9F. RGB value is (72,171,159). Sum of RGB (Red+Green+Blue) = 72+171+159=402 (53% of max value = 765). Red value is 72 (28.52% from 255 or 17.91% from 402); Green value is 171 (67.19% from 255 or 42.54% from 402); Blue value is 159 (62.5% from 255 or 39.55% from 402); Max value from RGB is 171 - color contains mainly: green. Hex color #48AB9F is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #48AB9F is #B75460. Grayscale: #8B8B8B. Windows color (decimal): -12014689 or 10464072. OLE color: 10464072.

HSL color Cylindrical-coordinate representation of color #48AB9F: hue angle of 172.73º degrees, saturation: 0.41, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #48AB9F is Cyan = 0.58, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.33.

Color convert

RGB72171159-
CMYK0.5800.070.33
HSL172.73º40.74%47.65%-
HSV(B)172.73º57.89%67.06%-
XYZ23.4933.0137.93-
YUV140.03138.779.48-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 17.91%
GREEN value IS 171 (67.19% from 255) = 42.54%
BLUE value IS 159 (62.5% from 255) = 39.55%
R=17.91%
G=42.54%
B=39.55%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal721711590.5800.070.33172.7340.7447.65
Hex48AB9F3A0721ad2930
Octal1102532377207412555160
Binary10010001010101110011111111010011110000110101101101001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48AB9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(72,171,159); }

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

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

 a { background-color: rgb(72,171,159); }

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

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

 span { border-color: rgb(72,171,159); }

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