#64AC9D

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

Shades of Keppel #64AC9D

Tints of Keppel #64AC9D

Color information

#64AC9D (or 0x64AC9D) is unknown color: approx Keppel. HEX triplet: 64, AC and 9D. RGB value is (100,172,157). Sum of RGB (Red+Green+Blue) = 100+172+157=429 (56% of max value = 765). Red value is 100 (39.45% from 255 or 23.31% from 429); Green value is 172 (67.58% from 255 or 40.09% from 429); Blue value is 157 (61.72% from 255 or 36.60% from 429); Max value from RGB is 172 - color contains mainly: green. Hex color #64AC9D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #64AC9D is #9B5362. Grayscale: #949494. Windows color (decimal): -10179427 or 10333284. OLE color: 10333284.

HSL color Cylindrical-coordinate representation of color #64AC9D: hue angle of 167.5º degrees, saturation: 0.3, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #64AC9D is Cyan = 0.42, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.33.

Color convert

RGB100172157-
CMYK0.4200.090.33
HSL167.5º30.25%53.33%-
HSV(B)167.5º41.86%67.45%-
XYZ26.0934.6537.21-
YUV148.76132.6593.22-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 23.31%
GREEN value IS 172 (67.58% from 255) = 40.09%
BLUE value IS 157 (61.72% from 255) = 36.60%
R=23.31%
G=40.09%
B=36.60%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1001721570.4200.090.33167.530.2553.33
Hex64AC9D2A0921a81e35
Octal14425423552011412503665
Binary11001001010110010011101101010010011000011010100011110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64AC9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(100,172,157); }

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

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

 a { background-color: rgb(100,172,157); }

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

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

 span { border-color: rgb(100,172,157); }

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