#48C09B

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

Shades of Puerto Rico #48C09B

Tints of Puerto Rico #48C09B

Color information

#48C09B (or 0x48C09B) is unknown color: approx Puerto Rico. HEX triplet: 48, C0 and 9B. RGB value is (72,192,155). Sum of RGB (Red+Green+Blue) = 72+192+155=419 (55% of max value = 765). Red value is 72 (28.52% from 255 or 17.18% from 419); Green value is 192 (75.39% from 255 or 45.82% from 419); Blue value is 155 (60.94% from 255 or 36.99% from 419); Max value from RGB is 192 - color contains mainly: green. Hex color #48C09B is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #48C09B is #B73F64. Grayscale: #979797. Windows color (decimal): -12009317 or 10207304. OLE color: 10207304.

HSL color Cylindrical-coordinate representation of color #48C09B: hue angle of 161.5º degrees, saturation: 0.49, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #48C09B is Cyan = 0.63, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.25.

Color convert

RGB72192155-
CMYK0.6300.190.25
HSL161.5º48.78%51.76%-
HSV(B)161.5º62.5%75.29%-
XYZ27.4441.4437.56-
YUV151.9129.7471.01-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 17.18%
GREEN value IS 192 (75.39% from 255) = 45.82%
BLUE value IS 155 (60.94% from 255) = 36.99%
R=17.18%
G=45.82%
B=36.99%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal721921550.6300.190.25161.548.7851.76
Hex48C09B3F01319a23134
Octal11030023377023312426164
Binary100100011000000100110111111110100111100110100010110001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48C09B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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