#48AB9B

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

Shades of Puerto Rico #48AB9B

Tints of Puerto Rico #48AB9B

Color information

#48AB9B (or 0x48AB9B) is unknown color: approx Puerto Rico. HEX triplet: 48, AB and 9B. RGB value is (72,171,155). Sum of RGB (Red+Green+Blue) = 72+171+155=398 (52% of max value = 765). Red value is 72 (28.52% from 255 or 18.09% from 398); Green value is 171 (67.19% from 255 or 42.96% from 398); Blue value is 155 (60.94% from 255 or 38.94% from 398); Max value from RGB is 171 - color contains mainly: green. Hex color #48AB9B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #48AB9B is #B75464. Grayscale: #8B8B8B. Windows color (decimal): -12014693 or 10201928. OLE color: 10201928.

HSL color Cylindrical-coordinate representation of color #48AB9B: hue angle of 170.3º 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 #48AB9B is Cyan = 0.58, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.33.

Color convert

RGB72171155-
CMYK0.5800.090.33
HSL170.3º40.74%47.65%-
HSV(B)170.3º57.89%67.06%-
XYZ23.1532.8736.13-
YUV139.57136.779.8-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 18.09%
GREEN value IS 171 (67.19% from 255) = 42.96%
BLUE value IS 155 (60.94% from 255) = 38.94%
R=18.09%
G=42.96%
B=38.94%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal721711550.5800.090.33170.340.7447.65
Hex48AB9B3A0921aa2930
Octal11025323372011412525160
Binary100100010101011100110111110100100110000110101010101001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48AB9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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