#48B79E

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

Shades of Puerto Rico #48B79E

Tints of Puerto Rico #48B79E

Color information

#48B79E (or 0x48B79E) is unknown color: approx Puerto Rico. HEX triplet: 48, B7 and 9E. RGB value is (72,183,158). Sum of RGB (Red+Green+Blue) = 72+183+158=413 (54% of max value = 765). Red value is 72 (28.52% from 255 or 17.43% from 413); Green value is 183 (71.88% from 255 or 44.31% from 413); Blue value is 158 (62.11% from 255 or 38.26% from 413); Max value from RGB is 183 - color contains mainly: green. Hex color #48B79E is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #48B79E is #B74861. Grayscale: #929292. Windows color (decimal): -12011618 or 10401608. OLE color: 10401608.

HSL color Cylindrical-coordinate representation of color #48B79E: hue angle of 166.49º degrees, saturation: 0.44, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #48B79E is Cyan = 0.61, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.28.

Color convert

RGB72183158-
CMYK0.6100.140.28
HSL166.49º43.53%50%-
HSV(B)166.49º60.66%71.76%-
XYZ25.7837.7138.27-
YUV146.96134.2374.53-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 17.43%
GREEN value IS 183 (71.88% from 255) = 44.31%
BLUE value IS 158 (62.11% from 255) = 38.26%
R=17.43%
G=44.31%
B=38.26%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal721831580.6100.140.28166.4943.5350
Hex48B79E3D0E1Ca62c32
Octal11026723675016342465462
Binary10010001011011110011110111101011101110010100110101100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48B79E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(72,183,158); }

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

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

 a { background-color: rgb(72,183,158); }

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

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

 span { border-color: rgb(72,183,158); }

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