#40BEB2

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

Shades of Puerto Rico #40BEB2

Tints of Puerto Rico #40BEB2

Color information

#40BEB2 (or 0x40BEB2) is unknown color: approx Puerto Rico. HEX triplet: 40, BE and B2. RGB value is (64,190,178). Sum of RGB (Red+Green+Blue) = 64+190+178=432 (57% of max value = 765). Red value is 64 (25.39% from 255 or 14.81% from 432); Green value is 190 (74.61% from 255 or 43.98% from 432); Blue value is 178 (69.92% from 255 or 41.20% from 432); Max value from RGB is 190 - color contains mainly: green. Hex color #40BEB2 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #40BEB2 is #BF414D. Grayscale: #969696. Windows color (decimal): -12534094 or 11714112. OLE color: 11714112.

HSL color Cylindrical-coordinate representation of color #40BEB2: hue angle of 174.29º degrees, saturation: 0.5, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #40BEB2 is Cyan = 0.66, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.25.

Color convert

RGB64190178-
CMYK0.6600.060.25
HSL174.29º49.61%49.8%-
HSV(B)174.29º66.32%74.51%-
XYZ28.5641.1348.55-
YUV150.96143.2665.98-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 14.81%
GREEN value IS 190 (74.61% from 255) = 43.98%
BLUE value IS 178 (69.92% from 255) = 41.20%
R=14.81%
G=43.98%
B=41.20%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal641901780.6600.060.25174.2949.6149.8
Hex40BEB2420619ae3232
Octal10027626210206312566262
Binary10000001011111010110010100001001101100110101110110010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40BEB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(64,190,178); }

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

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

 a { background-color: rgb(64,190,178); }

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

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

 span { border-color: rgb(64,190,178); }

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