#48C29D

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

Shades of Puerto Rico #48C29D

Tints of Puerto Rico #48C29D

Color information

#48C29D (or 0x48C29D) is unknown color: approx Puerto Rico. HEX triplet: 48, C2 and 9D. RGB value is (72,194,157). Sum of RGB (Red+Green+Blue) = 72+194+157=423 (56% of max value = 765). Red value is 72 (28.52% from 255 or 17.02% from 423); Green value is 194 (76.17% from 255 or 45.86% from 423); Blue value is 157 (61.72% from 255 or 37.12% from 423); Max value from RGB is 194 - color contains mainly: green. Hex color #48C29D is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #48C29D is #B73D62. Grayscale: #999999. Windows color (decimal): -12008803 or 10338888. OLE color: 10338888.

HSL color Cylindrical-coordinate representation of color #48C29D: hue angle of 161.8º degrees, saturation: 0.5, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #48C29D is Cyan = 0.63, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.24.

Color convert

RGB72194157-
CMYK0.6300.190.24
HSL161.8º50%52.16%-
HSV(B)161.8º62.89%76.08%-
XYZ28.0542.438.6-
YUV153.3130.0870.01-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 17.02%
GREEN value IS 194 (76.17% from 255) = 45.86%
BLUE value IS 157 (61.72% from 255) = 37.12%
R=17.02%
G=45.86%
B=37.12%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal721941570.6300.190.24161.85052.16
Hex48C29D3F01318a23234
Octal11030223577023302426264
Binary100100011000010100111011111110100111100010100010110010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48C29D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(72,194,157); }

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

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

 a { background-color: rgb(72,194,157); }

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

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

 span { border-color: rgb(72,194,157); }

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