#64A997

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

Shades of Keppel #64A997

Tints of Keppel #64A997

Color information

#64A997 (or 0x64A997) is unknown color: approx Keppel. HEX triplet: 64, A9 and 97. RGB value is (100,169,151). Sum of RGB (Red+Green+Blue) = 100+169+151=420 (55% of max value = 765). Red value is 100 (39.45% from 255 or 23.81% from 420); Green value is 169 (66.41% from 255 or 40.24% from 420); Blue value is 151 (59.38% from 255 or 35.95% from 420); Max value from RGB is 169 - color contains mainly: green. Hex color #64A997 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #64A997 is #9B5668. Grayscale: #929292. Windows color (decimal): -10180201 or 9939300. OLE color: 9939300.

HSL color Cylindrical-coordinate representation of color #64A997: hue angle of 164.35º degrees, saturation: 0.29, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #64A997 is Cyan = 0.41, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.34.

Color convert

RGB100169151-
CMYK0.4100.110.34
HSL164.35º28.63%52.75%-
HSV(B)164.35º40.83%66.27%-
XYZ25.0333.3234.39-
YUV146.32130.6494.96-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 23.81%
GREEN value IS 169 (66.41% from 255) = 40.24%
BLUE value IS 151 (59.38% from 255) = 35.95%
R=23.81%
G=40.24%
B=35.95%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1001691510.4100.110.34164.3528.6352.75
Hex64A997290B22a41d35
Octal14425122751013422443565
Binary11001001010100110010111101001010111000101010010011101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64A997

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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