#48B19A

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

Shades of Puerto Rico #48B19A

Tints of Puerto Rico #48B19A

Color information

#48B19A (or 0x48B19A) is unknown color: approx Puerto Rico. HEX triplet: 48, B1 and 9A. RGB value is (72,177,154). Sum of RGB (Red+Green+Blue) = 72+177+154=403 (53% of max value = 765). Red value is 72 (28.52% from 255 or 17.87% from 403); Green value is 177 (69.53% from 255 or 43.92% from 403); Blue value is 154 (60.55% from 255 or 38.21% from 403); Max value from RGB is 177 - color contains mainly: green. Hex color #48B19A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #48B19A is #B74E65. Grayscale: #8E8E8E. Windows color (decimal): -12013158 or 10137928. OLE color: 10137928.

HSL color Cylindrical-coordinate representation of color #48B19A: hue angle of 166.86º 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 #48B19A is Cyan = 0.59, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.31.

Color convert

RGB72177154-
CMYK0.5900.130.31
HSL166.86º42.17%48.82%-
HSV(B)166.86º59.32%69.41%-
XYZ24.2335.1636.08-
YUV142.98134.2177.37-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 17.87%
GREEN value IS 177 (69.53% from 255) = 43.92%
BLUE value IS 154 (60.55% from 255) = 38.21%
R=17.87%
G=43.92%
B=38.21%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal721771540.5900.130.31166.8642.1748.82
Hex48B19A3B0D1Fa72a31
Octal11026123273015372475261
Binary10010001011000110011010111011011011111110100111101010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48B19A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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