#64AF9E

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

Shades of Keppel #64AF9E

Tints of Keppel #64AF9E

Color information

#64AF9E (or 0x64AF9E) is unknown color: approx Keppel. HEX triplet: 64, AF and 9E. RGB value is (100,175,158). Sum of RGB (Red+Green+Blue) = 100+175+158=433 (57% of max value = 765). Red value is 100 (39.45% from 255 or 23.09% from 433); Green value is 175 (68.75% from 255 or 40.42% from 433); Blue value is 158 (62.11% from 255 or 36.49% from 433); Max value from RGB is 175 - color contains mainly: green. Hex color #64AF9E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #64AF9E is #9B5061. Grayscale: #969696. Windows color (decimal): -10178658 or 10399588. OLE color: 10399588.

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

Color convert

RGB100175158-
CMYK0.4300.100.31
HSL166.4º31.91%53.92%-
HSV(B)166.4º42.86%68.63%-
XYZ26.7635.8437.85-
YUV150.64132.1591.88-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 23.09%
GREEN value IS 175 (68.75% from 255) = 40.42%
BLUE value IS 158 (62.11% from 255) = 36.49%
R=23.09%
G=40.42%
B=36.49%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1001751580.4300.100.31166.431.9153.92
Hex64AF9E2B0A1Fa62036
Octal14425723653012372464066
Binary11001001010111110011110101011010101111110100110100000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64AF9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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