#64B9A0

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

Shades of Keppel #64B9A0

Tints of Keppel #64B9A0

Color information

#64B9A0 (or 0x64B9A0) is unknown color: approx Keppel. HEX triplet: 64, B9 and A0. RGB value is (100,185,160). Sum of RGB (Red+Green+Blue) = 100+185+160=445 (58% of max value = 765). Red value is 100 (39.45% from 255 or 22.47% from 445); Green value is 185 (72.66% from 255 or 41.57% from 445); Blue value is 160 (62.89% from 255 or 35.96% from 445); Max value from RGB is 185 - color contains mainly: green. Hex color #64B9A0 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #64B9A0 is #9B465F. Grayscale: #9C9C9C. Windows color (decimal): -10176096 or 10533220. OLE color: 10533220.

HSL color Cylindrical-coordinate representation of color #64B9A0: hue angle of 162.35º degrees, saturation: 0.38, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #64B9A0 is Cyan = 0.46, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.27.

Color convert

RGB100185160-
CMYK0.4600.140.27
HSL162.35º37.78%55.88%-
HSV(B)162.35º45.95%72.55%-
XYZ28.9539.9539.44-
YUV156.74129.8487.53-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 22.47%
GREEN value IS 185 (72.66% from 255) = 41.57%
BLUE value IS 160 (62.89% from 255) = 35.96%
R=22.47%
G=41.57%
B=35.96%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1001851600.4600.140.27162.3537.7855.88
Hex64B9A02E0E1Ba22638
Octal14427124056016332424670
Binary11001001011100110100000101110011101101110100010100110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64B9A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(100,185,160); }

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

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

 a { background-color: rgb(100,185,160); }

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

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

 span { border-color: rgb(100,185,160); }

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