#48B19B

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

Shades of Puerto Rico #48B19B

Tints of Puerto Rico #48B19B

Color information

#48B19B (or 0x48B19B) is unknown color: approx Puerto Rico. HEX triplet: 48, B1 and 9B. RGB value is (72,177,155). Sum of RGB (Red+Green+Blue) = 72+177+155=404 (53% of max value = 765). Red value is 72 (28.52% from 255 or 17.82% from 404); Green value is 177 (69.53% from 255 or 43.81% from 404); Blue value is 155 (60.94% from 255 or 38.37% from 404); Max value from RGB is 177 - color contains mainly: green. Hex color #48B19B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #48B19B is #B74E64. Grayscale: #8F8F8F. Windows color (decimal): -12013157 or 10203464. OLE color: 10203464.

HSL color Cylindrical-coordinate representation of color #48B19B: hue angle of 167.43º degrees, saturation: 0.42, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #48B19B is Cyan = 0.59, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.31.

Color convert

RGB72177155-
CMYK0.5900.120.31
HSL167.43º42.17%48.82%-
HSV(B)167.43º59.32%69.41%-
XYZ24.3135.1936.52-
YUV143.1134.7177.29-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 17.82%
GREEN value IS 177 (69.53% from 255) = 43.81%
BLUE value IS 155 (60.94% from 255) = 38.37%
R=17.82%
G=43.81%
B=38.37%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal721771550.5900.120.31167.4342.1748.82
Hex48B19B3B0C1Fa72a31
Octal11026123373014372475261
Binary10010001011000110011011111011011001111110100111101010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48B19B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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