#40B9A3

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

Shades of Puerto Rico #40B9A3

Tints of Puerto Rico #40B9A3

Color information

#40B9A3 (or 0x40B9A3) is unknown color: approx Puerto Rico. HEX triplet: 40, B9 and A3. RGB value is (64,185,163). Sum of RGB (Red+Green+Blue) = 64+185+163=412 (54% of max value = 765). Red value is 64 (25.39% from 255 or 15.53% from 412); Green value is 185 (72.66% from 255 or 44.90% from 412); Blue value is 163 (64.06% from 255 or 39.56% from 412); Max value from RGB is 185 - color contains mainly: green. Hex color #40B9A3 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #40B9A3 is #BF465C. Grayscale: #929292. Windows color (decimal): -12535389 or 10729792. OLE color: 10729792.

HSL color Cylindrical-coordinate representation of color #40B9A3: hue angle of 169.09º degrees, saturation: 0.49, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #40B9A3 is Cyan = 0.65, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.27.

Color convert

RGB64185163-
CMYK0.6500.120.27
HSL169.09º48.59%48.82%-
HSV(B)169.09º65.41%72.55%-
XYZ26.0738.4340.69-
YUV146.31137.4169.29-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 15.53%
GREEN value IS 185 (72.66% from 255) = 44.90%
BLUE value IS 163 (64.06% from 255) = 39.56%
R=15.53%
G=44.90%
B=39.56%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal641851630.6500.120.27169.0948.5948.82
Hex40B9A3410C1Ba93131
Octal100271243101014332516161
Binary100000010111001101000111000001011001101110101001110001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40B9A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(64,185,163); }

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

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

 a { background-color: rgb(64,185,163); }

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

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

 span { border-color: rgb(64,185,163); }

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