#64AE9E

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

Shades of Keppel #64AE9E

Tints of Keppel #64AE9E

Color information

#64AE9E (or 0x64AE9E) is unknown color: approx Keppel. HEX triplet: 64, AE and 9E. RGB value is (100,174,158). Sum of RGB (Red+Green+Blue) = 100+174+158=432 (57% of max value = 765). Red value is 100 (39.45% from 255 or 23.15% from 432); Green value is 174 (68.36% from 255 or 40.28% from 432); Blue value is 158 (62.11% from 255 or 36.57% from 432); Max value from RGB is 174 - color contains mainly: green. Hex color #64AE9E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #64AE9E is #9B5161. Grayscale: #969696. Windows color (decimal): -10178914 or 10399332. OLE color: 10399332.

HSL color Cylindrical-coordinate representation of color #64AE9E: hue angle of 167.03º degrees, saturation: 0.31, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #64AE9E is Cyan = 0.43, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.32.

Color convert

RGB100174158-
CMYK0.4300.090.32
HSL167.03º31.36%53.73%-
HSV(B)167.03º42.53%68.24%-
XYZ26.5635.4537.79-
YUV150.05132.4892.3-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 23.15%
GREEN value IS 174 (68.36% from 255) = 40.28%
BLUE value IS 158 (62.11% from 255) = 36.57%
R=23.15%
G=40.28%
B=36.57%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1001741580.4300.090.32167.0331.3653.73
Hex64AE9E2B0920a71f36
Octal14425623653011402473766
Binary11001001010111010011110101011010011000001010011111111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64AE9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(100,174,158); }

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

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

 a { background-color: rgb(100,174,158); }

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

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

 span { border-color: rgb(100,174,158); }

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