#40C5B1

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

Shades of Puerto Rico #40C5B1

Tints of Puerto Rico #40C5B1

Color information

#40C5B1 (or 0x40C5B1) is unknown color: approx Puerto Rico. HEX triplet: 40, C5 and B1. RGB value is (64,197,177). Sum of RGB (Red+Green+Blue) = 64+197+177=438 (58% of max value = 765). Red value is 64 (25.39% from 255 or 14.61% from 438); Green value is 197 (77.34% from 255 or 44.98% from 438); Blue value is 177 (69.53% from 255 or 40.41% from 438); Max value from RGB is 197 - color contains mainly: green. Hex color #40C5B1 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #40C5B1 is #BF3A4E. Grayscale: #9A9A9A. Windows color (decimal): -12532303 or 11650368. OLE color: 11650368.

HSL color Cylindrical-coordinate representation of color #40C5B1: hue angle of 170.98º degrees, saturation: 0.53, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #40C5B1 is Cyan = 0.68, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.23.

Color convert

RGB64197177-
CMYK0.6800.100.23
HSL170.98º53.41%51.18%-
HSV(B)170.98º67.51%77.25%-
XYZ30.0244.248.54-
YUV154.95140.4463.13-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 14.61%
GREEN value IS 197 (77.34% from 255) = 44.98%
BLUE value IS 177 (69.53% from 255) = 40.41%
R=14.61%
G=44.98%
B=40.41%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal641971770.6800.100.23170.9853.4151.18
Hex40C5B1440A17ab3533
Octal100305261104012272536563
Binary100000011000101101100011000100010101011110101011110101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40C5B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(64,197,177); }

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

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

 a { background-color: rgb(64,197,177); }

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

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

 span { border-color: rgb(64,197,177); }

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