#40B5A1

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

Shades of Puerto Rico #40B5A1

Tints of Puerto Rico #40B5A1

Color information

#40B5A1 (or 0x40B5A1) is unknown color: approx Puerto Rico. HEX triplet: 40, B5 and A1. RGB value is (64,181,161). Sum of RGB (Red+Green+Blue) = 64+181+161=406 (53% of max value = 765). Red value is 64 (25.39% from 255 or 15.76% from 406); Green value is 181 (71.09% from 255 or 44.58% from 406); Blue value is 161 (63.28% from 255 or 39.66% from 406); Max value from RGB is 181 - color contains mainly: green. Hex color #40B5A1 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #40B5A1 is #BF4A5E. Grayscale: #8F8F8F. Windows color (decimal): -12536415 or 10597696. OLE color: 10597696.

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

Color convert

RGB64181161-
CMYK0.6500.110.29
HSL169.74º47.76%48.04%-
HSV(B)169.74º64.64%70.98%-
XYZ25.0736.7139.48-
YUV143.74137.7471.13-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 15.76%
GREEN value IS 181 (71.09% from 255) = 44.58%
BLUE value IS 161 (63.28% from 255) = 39.66%
R=15.76%
G=44.58%
B=39.66%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal641811610.6500.110.29169.7447.7648.04
Hex40B5A1410B1Daa3030
Octal100265241101013352526060
Binary100000010110101101000011000001010111110110101010110000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40B5A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(64,181,161); }

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

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

 a { background-color: rgb(64,181,161); }

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

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

 span { border-color: rgb(64,181,161); }

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