#40B49D

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

Shades of Puerto Rico #40B49D

Tints of Puerto Rico #40B49D

Color information

#40B49D (or 0x40B49D) is unknown color: approx Puerto Rico. HEX triplet: 40, B4 and 9D. RGB value is (64,180,157). Sum of RGB (Red+Green+Blue) = 64+180+157=401 (53% of max value = 765). Red value is 64 (25.39% from 255 or 15.96% from 401); Green value is 180 (70.70% from 255 or 44.89% from 401); Blue value is 157 (61.72% from 255 or 39.15% from 401); Max value from RGB is 180 - color contains mainly: green. Hex color #40B49D is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #40B49D is #BF4B62. Grayscale: #8E8E8E. Windows color (decimal): -12536675 or 10335296. OLE color: 10335296.

HSL color Cylindrical-coordinate representation of color #40B49D: hue angle of 168.1º degrees, saturation: 0.48, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #40B49D is Cyan = 0.64, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.29.

Color convert

RGB64180157-
CMYK0.6400.130.29
HSL168.1º47.54%47.84%-
HSV(B)168.1º64.44%70.59%-
XYZ24.5236.1737.59-
YUV142.69136.0771.87-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 15.96%
GREEN value IS 180 (70.70% from 255) = 44.89%
BLUE value IS 157 (61.72% from 255) = 39.15%
R=15.96%
G=44.89%
B=39.15%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal641801570.6400.130.29168.147.5447.84
Hex40B49D400D1Da83030
Octal100264235100015352506060
Binary100000010110100100111011000000011011110110101000110000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40B49D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #40B49D; }

 p { color: rgb(64,180,157); }

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

<style>
 a { background-color: #40B49D; }

 a { background-color: rgb(64,180,157); }

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

<style>
 span { border-color: #40B49D; }

 span { border-color: rgb(64,180,157); }

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