#64BEA9

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

Shades of Puerto Rico #64BEA9

Tints of Puerto Rico #64BEA9

Color information

#64BEA9 (or 0x64BEA9) is unknown color: approx Puerto Rico. HEX triplet: 64, BE and A9. RGB value is (100,190,169). Sum of RGB (Red+Green+Blue) = 100+190+169=459 (60% of max value = 765). Red value is 100 (39.45% from 255 or 21.79% from 459); Green value is 190 (74.61% from 255 or 41.39% from 459); Blue value is 169 (66.41% from 255 or 36.82% from 459); Max value from RGB is 190 - color contains mainly: green. Hex color #64BEA9 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #64BEA9 is #9B4156. Grayscale: #A0A0A0. Windows color (decimal): -10174807 or 11124324. OLE color: 11124324.

HSL color Cylindrical-coordinate representation of color #64BEA9: hue angle of 166º degrees, saturation: 0.41, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #64BEA9 is Cyan = 0.47, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.25.

Color convert

RGB100190169-
CMYK0.4700.110.25
HSL166º40.91%56.86%-
HSV(B)166º47.37%74.51%-
XYZ30.8342.444.1-
YUV160.7132.6884.71-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 21.79%
GREEN value IS 190 (74.61% from 255) = 41.39%
BLUE value IS 169 (66.41% from 255) = 36.82%
R=21.79%
G=41.39%
B=36.82%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1001901690.4700.110.2516640.9156.86
Hex64BEA92F0B19a62939
Octal14427625157013312465171
Binary11001001011111010101001101111010111100110100110101001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64BEA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #64BEA9; }

 p { color: rgb(100,190,169); }

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

<style>
 a { background-color: #64BEA9; }

 a { background-color: rgb(100,190,169); }

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

<style>
 span { border-color: #64BEA9; }

 span { border-color: rgb(100,190,169); }

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